Como iniciar qualquer programa em segundo plano usando o VBScript
set wshshell = wscript.CreateObject("wscript.shell")
WshShell.Run """Program.exe""", 0 , false
MBip
set wshshell = wscript.CreateObject("wscript.shell")
WshShell.Run """Program.exe""", 0 , false