WAITRUN() doesn't wait
Posted: Sun Jul 17, 2022 12:57 pm
The END message pops up while the calculator is still active. Any ideas?
EMG
Code: Select all | Expand
#include "Fivewin.ch"
FUNCTION MAIN()
WAITRUN( "calc.exe" )
? "END"
RETURN NIL
EMG