Quote:
Originally Posted by HARRY
Or does another possibility exist for this inter program communication?
|
The program doing the work could create a file when it has finished and then exit. The waiting program could check for the existence of that file between "Sleep(x)"s and when it found it could delete it and carry on.