| The special path |
|---|
|
Returns the path of the currently running script: // File: path.w_js (JScript) var exe = Window.EngineFullName var w_js = Window.ScriptName var shell=new ActiveXObject("WScript.Shell"); shell.Popup(exe + "\n" + w_js,0,"Path",16); Window.Close(); |
| The new scripting host. It is not wscript.exe! |