Dos -> Command line
How can I open an MS-DOS windows where i can put some commands in it to execute after installing an app. ?? 😔 😔
3 posts
ReadEnvStr $0 "COMSPEC"
Exec '"$0"'
# or, if you want to wait for it
ExecWait '"$0"' If you want to execute your own code do what killahbite said. If you don't want the DOS window to show up use nsExec.