Skip to content
⌘ NSIS Forum Archive

Exec : DOS Windows do not close after running *.bat files , why?

3 posts

ReneAlpert#

Exec : DOS Windows do not close after running *.bat files , why?

Hello

I run several batch files (with exec and execwait and execshell) to xcopy files to
target system.
All of these instructions have the same behavior, if I use them to run batch files:
The window(DOS) does not close ! (Win98)
Dow anybody know how to provide this ?

Thank you in advance

Rene
kichik#
Use nsExec to execute DOS programs. nsExec will capture the output and will hide the DOS window. See Contrib\nsExec for readme and examples.
waybackmachine#
batch files

check the properties tab of the batch file set to minimize window and close on exit