Dear Monks,
I have written an application (generated using perl2exe) which will launch the another application (again generated using perl2exe).
What i am trying to achieve is, when my new application is launched, the old one should get exited and its exe file should be deleted. For which I am using a windows batch file.
I have tried this using Thread() as well as using Fork() but I get the error as "cannot access the file app.exe as it is being used by another process".
Please help.
Thanks,
Mansi