5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
DIM objShell
|
|
|
|
set objShell=wscript.createObject("wscript.shell")
|
|
|
|
iReturn=objShell.Run("cmd.exe /C .\console.bat", 0, TRUE) |