Hi guys, please help me. this is really important. i am using the
runtime.exec() command to execute an exe file -- say notepad.exe.
After certain lines of code, i want to terminate this program from
within my application. I have used pskill.exe to kill the service but
only works on WINNT and XP. i want one that can be used on all windows
platforms. The "Kill.exe" which comes with the Windows 98 resource kit
does not work. Any other method? (Native, Using External Programs or
any other means), please provide source code if possible.
Thanks
-Raam