Hide windows console app
For some reason I don't want the console window. Only three Lines need for the chaotic VBScript:
- noConsole.vbs
DIM objShell set objShell=wscript.createObject("wscript.shell") iReturn=objShell.Run("the.exe", 0, TRUE)
For some reason I don't want the console window. Only three Lines need for the chaotic VBScript:
DIM objShell set objShell=wscript.createObject("wscript.shell") iReturn=objShell.Run("the.exe", 0, TRUE)
Discussion