You definately want to use RUN in this circumstance...

Have you tried just running the EXE kinda like below?

Code:

? 'This is a test'
run 'notepad.exe'
? 'This is the end'
gets $



The code above runs notepad and when the script finishes, notepad is still running...