Created
March 30, 2018 01:33
-
-
Save darkoperator/a4d532a51ebf8ae9bfe5051d279e7e54 to your computer and use it in GitHub Desktop.
runcalc.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function RunCalc() { | |
var shell = WScript.CreateObject("WScript.Shell"); | |
shell.Run("calc.exe"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment