Call Shell from Lotus Script: Examples, Common Errors, and Best Practices
The Shell function in LotusScript runs an external program. You must provide the path to the executable. It returns a task ID to track the process. A return value of 33 means the execution was successful. Use the Shellid function to get the task ID. Ensure Shell is within an expression or assignment to work … Read more