Skip to content
⌘ NSIS Forum Archive

output from a ExecWait command

2 posts

micahel#

output from a ExecWait command

Hello again,

I have the following problem:
ExecWait starts a Command-Window where the initial command prints out some Infos.
How can I catch these outputs from the initial command?

The DOS-window closes immediately and I don't have any chance to read it.

Thanks for your help!

Cheers Michael
DrO#
you can us nsExec to get the data put into the console window and it will run the window hidden (looks nicer).

check out the example in \contrib\nsExec

-daz

[edited for a typo 😉 ]