Run a batch file hidden
invisible.vbs
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
wscript.exe "C:\Wherever\invisible.vbs" "C:\Some Other Place\MyBatchFile.bat"
Example: Invisible.vbs "ME.exe"
References
https://superuser.com/questions/62525/run-a-batch-file-in-a-completely-hidden-way