I am trying to run the following code in BlitzPlus 1.35
; ExecFile sample - RUN THIS WINDOWED!
; Win9x users will need to change location of calc.exe
filename$="c:\winnt\system32\calc.exe"
Print "Press any key to run CALC.EXE!"
WaitKey()
ExecFile(filename$)
Print "Press any key to quit."
WaitKey()
This is the example from the help file - it hangs!
The same is true of an old program I am trying to get working - it hangs at the waitkey part as well
Any ideas anyone??
; ExecFile sample - RUN THIS WINDOWED!
; Win9x users will need to change location of calc.exe
filename$="c:\winnt\system32\calc.exe"
Print "Press any key to run CALC.EXE!"
WaitKey()
ExecFile(filename$)
Print "Press any key to quit."
WaitKey()
This is the example from the help file - it hangs!
The same is true of an old program I am trying to get working - it hangs at the waitkey part as well
Any ideas anyone??