Need help to generate text file in Unix os

Hi,

I have to generate a text file in LS thru a scheduled agent, that runs on server. Server has Unix OS. I know how to do it in Windows. Need help for Unix OS. Any code for the same is highly appreciated.

Thanks in advance.

Debashis

Subject: RE: Need help to generate text file in Unix os

All the file-handling functions in LotusScript are designed to work on all the supported operating systems. If you know how to do it in Windows, you know how to do it in UNIX; you just have to provide an appropriate filepath.

Of course you also have to be authorized to run restricted functions on the server, but that’s not specific to UNIX.

What’s not working? If you post some source perhaps someone can spot the problem.