'-- invisible.vbs ' ' This is a single line of VBS code to prevent the DOS-box spawned by the batch file to be shown. ' CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False