Posted By:
srinivas_reddy
Posted On:
Friday, June 1, 2001 09:19 AM
hi,
i am invoking another application from my Java application like..
Runtime rt = Runtime.getRuntime();
Process pc = rt.exec(xxx.exe);
its working fine....
how to find out whether the specified application is running or not ?
is there any method to check whther our application(xxx.exe) is completed or
not ??
thanx in advance
sri