yobi windows shell execute background

windows shell execute background below script works fine.

save as > yobi.vbs

Dim WinScriptHost
Set WinScriptHost = CreateObject("WScript.Shell")
WinScriptHost.Run Chr(34) & "D:\develop\yobi-0.8.2\bin\yobi.bat" & Chr(34), 0
Set WinScriptHost = Nothing

ref .  http://superuser.com/questions/198525/how-can-i-execute-a-windows-command-line-in-background


댓글