Hide window on ExecWait?
Hi Guys!
I do a lot of installation stuff using batch scripts. Is there a way to hide the command prompt window while using ExecWait command?
ExecWait '"$PLUGINSDIR\CheckNetworkConnection.bat" $AEServers' $r0 # 0 if ok and 2 if error
Cheers
Gabriel