KB-27605: Executing Windows calculator via application.

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”,””,””)

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 *