env-windows/tools/bin/console.vbs

5 lines
123 B
Plaintext
Raw Normal View History

2022-08-10 20:32:35 -04:00
DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C .\console.bat", 0, TRUE)