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
Hide window on ExecWait?
3 posts
Plug-ins: nsExec (included to NSIS distribution) or ExecDos http://forums.winamp.com/showthread....os#post1588577 -
please note Anders post (echo off).
please note Anders post (echo off).
Thanks... Perfect... :-)