| Author: dheeraj swami 03 Jul 2008 | Member Level: Bronze | Rating: Points: 1 |
File.Delete(Path)
with Regards Dheerajswami
|
| Author: Aravind 03 Jul 2008 | Member Level: Silver | Rating: Points: 4 |
I think you need to use process.kill() method. Do code to work with processes in System manager.
And use kill() method to kill the running program. Then, find the path of that program and try to delete using File System Object FSO.
|