Question:
How can I call the Windows calculator at run time?
Solution:
To do so, you must use the Global Manager’s ShellExecute method:
ShellExecute (strOperação, strArquivo, strParametros, strDir, nCmdVisual))
Example of script:
ShellExecute(“open”,”calc”,””,””)