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