From 75c07011b7c4d06acd7b45dabdcd60ab9d80f385 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:29:28 +0200 Subject: 5.23 --- BUILD/HideConsole.vbs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 BUILD/HideConsole.vbs (limited to 'BUILD/HideConsole.vbs') diff --git a/BUILD/HideConsole.vbs b/BUILD/HideConsole.vbs deleted file mode 100644 index 6a178410..00000000 --- a/BUILD/HideConsole.vbs +++ /dev/null @@ -1,17 +0,0 @@ -set argIn = WScript.Arguments -num = argIn.Count - -if num = 0 then - WScript.Echo "Call a Windows batch file (*.cmd, *.bat) without showing the console window" & VbCrLf & VbCrLf &_ - "Command line:" & VbCrLf & "WScript HideConsole.vbs MyBatchfile.cmd " - WScript.Quit 1 -end if - -argOut = "" -for i = 0 to num - 1 - argOut = argOut & """" & argIn.Item(i) & """ " -next - -set WshShell = WScript.CreateObject("WScript.Shell") - -WshShell.Run argOut, 0, True \ No newline at end of file -- cgit