Skip to content

Instantly share code, notes, and snippets.

@darkoperator
Created March 30, 2018 01:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkoperator/a4d532a51ebf8ae9bfe5051d279e7e54 to your computer and use it in GitHub Desktop.
Save darkoperator/a4d532a51ebf8ae9bfe5051d279e7e54 to your computer and use it in GitHub Desktop.
runcalc.js
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