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

留言

這個網誌中的熱門文章

Disable ionic's sidemenu content drag to toggle menu

Multiple writable mappings exist for the field. Only one may be defined as writable, all others must be specified read-only.

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