Question:
How can I execute the Windows calculator via scripts?
Solution:
There are two ways to do so:
1) By using Viewer’s ExecuteExternalApp method, which executes external software. For example:
Application.ExecuteExternalApp “calc.exe”, “”, “”, 1
On this script, the code ‘1’ is activated and shows the window. For more information, check the Scripts Reference Manual.
2) By using an Execute Application pick. On the Application field, you must set the calculator’s path (for example: C:\WINDOWS\system32\calc.exe).