Hi,
I need execute a .Pif file that calls a C program with the Shell command and i would like to stop the execution of the Macro while the C program is running.
In Aviva Macro Editor, i was doing it this way:
Id = Shell("f:\test.pif parameter")
While AppFind(Id) <> ""
wend
AppFind will run until Test.pif's execution is over
Now that AppFind isn't available in EXTRA! macro editor, i looking for another to do that
I need execute a .Pif file that calls a C program with the Shell command and i would like to stop the execution of the Macro while the C program is running.
In Aviva Macro Editor, i was doing it this way:
Id = Shell("f:\test.pif parameter")
While AppFind(Id) <> ""
wend
AppFind will run until Test.pif's execution is over
Now that AppFind isn't available in EXTRA! macro editor, i looking for another to do that