You are on page 1of 1

Rem 17-Mar-09 V2.2 silent-51857-.bat runs the .bat file without dos window.

Set WshShell = CreateObject("WScript.Shell")


WshShell.Run chr(34) & "silent-51857-.bat" & Chr(34), 0
Set WshShell = Nothing

You might also like