pyxosledisciple
Sep 26 2006, 09:23 AM
Hi all,
Is it possible to check if a process is finished ? With PHP script or something else ?
Any ideas will be appreciated ?
Thanks in advance
tain
Oct 2 2006, 05:13 PM
This will likely be platform dependent. What OS are you using?
For Unix, many programs leave a *.pid file when they are running, or you gan grep top.
Might have to use vb for windows.