Can I Call Shell in Lotus Script? Functions, Applications, and Best Practices
You can call the Shell function in LotusScript to run external programs. Use it in an expression or assignment statement to get the return value. The syntax is Shell(“program_name <filename>”, windowstyle). For VBScript, set the agent security level to at least 2 to allow unrestricted execution. The syntax for using the Shell function includes the … Read more