Shell - with Wait for Object finished

BPak

Active Member
Licensed User
Longtime User
I am looking for this feature in B4PPC? It is like Shell...

ShellExecuteExA(info:SHELLEXECUTEINFO),int

WaitForSingleObject(handle:int,ms:int),int

It allows you to run an external Program and keep the focus on that program until it is finished and then returns to the calling program and continues on in the calling window.

It is like the SHELL feature used in B4PPC which does not wait for the external prog to finish before continuing on in the calling program.
 
Top