Go to the source code of this file.
|
| var | WshShell = WScript.CreateObject("WScript.Shell") |
| |
| var | args = [] |
| |
| var WshShell = WScript.CreateObject("WScript.Shell") |
Sample JScript for Windows Scripting Host to show a message box based on the command line parameters
Usage: wscript alert.js stuff goes here
Definition at line 7 of file alert.js.