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

留言

這個網誌中的熱門文章

java.lang.NoClassDefFoundError: org/apache/xerces/jaxp/datatype/XMLGregorianCalendarImpl$Parser

10 Tips for Proper Application Logging

Turn off WebLogic basic authentication