3 lines
81 B
JavaScript
3 lines
81 B
JavaScript
|
|
var shell = new ActiveXObject("WScript.Shell");
|
||
|
|
shell.run("cmd /c dir & pause");
|