KB-30882: Opening the Windows calculator via scripts.

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).

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *