Skip to content
⌘ NSIS Forum Archive

when execwait stop question?

4 posts

joseph0953#

when execwait stop question?

how can i let the programs close can play sound or

MessageBox. it looks like when execwait stop have to run

other command , right? but how to do?
Afrow UK#
I'm afraid you'll have to elaborate more or use a translator, unless anyone has any ideas?

-Stu
JasonFriday13#
It appears he wants to know how to execute the program with execwait.

ExecWait '$WINDIR\notepad.exe' ; Example to launch notepad.

Don't know about the first bit though 🤪.
joseph0953#
yes,i want to know when execwait stop and how can i let it

run other command.i use NSIS make a protable software,but

i want to when program close can show picture or

MessageBox , but how to do?