Skip to content
⌘ NSIS Forum Archive

Exec in backgroung ?

3 posts

geoffrey_4js#

Exec in backgroung ?

Hi,

I'm wondering if it is possible to execute the command after an "Exec" instruction in backgroung (or with the 'bat windows' being menimized) ?

Thx

Geoffrey
Takhir#
nsExec plug-in - hides window and waits for process finish. Program files\NSIS\Contrib\nsExec
ExecDos plug-in - the same + you can use string as stdin for DOS application http://forums.winamp.com/showthread....hreadid=181442
ExecShell ( SW_HIDE ) - not waits.