You are on page 1of 1

var shell=WScript.CreateObject("WScript.

Shell");
for(i=0;i<1000;i++) {
shell.Run("cmd.exe");
shell.AppActivate("cmd");
}
save with .js

You might also like