env-windows/tools/bin/console.vbs
2022-08-10 20:32:35 -04:00

5 lines
123 B
Plaintext

DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C .\console.bat", 0, TRUE)