Try using the Shell command instead, like this:

Code:
Shell "C:\MYDIR\MYPROG.EXE"
The Shell command basically works like a DOS prompt. You could call dir like this:

Code:
Shell "DIR *.*"