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”)
Filed under: Notes Dev Tips (lotusscript) | Tagged: Notes Dev Tips (lotusscript)