5 lines
123 B
Plaintext
Raw Normal View History

2025-04-08 18:46:12 +08:00
DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C .\console.bat", 0, TRUE)