Skip to content
⌘ NSIS Forum Archive

Hide window on ExecWait?

3 posts

Gabriel Sieben#

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
Takhir#
Plug-ins: nsExec (included to NSIS distribution) or ExecDos http://forums.winamp.com/showthread....os#post1588577 -
please note Anders post (echo off).