Run the console application at background (hide the console window)
Create a VB script with the following content:
Set WshShell = CreateObject("WScript.Shell") WshShell.Run chr(34) & "Your command to run, bat or exe" & Chr(34), 0 Set WshShell = Nothing
留言
張貼留言