How to open a file using lotusscript in windows

Simply use command prompt command.

This is an example of how you open the file named temp.txt that is located in the C drive:

Dim shellresult as Variant
shellresult = Shell (“cmd /c start C:\temp.txt”)

Leave a Reply