zzen11 Posted January 3, 2005 Posted January 3, 2005 Is there a way to force delete a file that is locked by another process?
Nova Posted January 3, 2005 Posted January 3, 2005 (edited) Do u mean for example deleting a file myprog.exe while its running ? You cant delete a program while its running. This will however work Processclose("myprog.exe") filedelete(@scriptdir & "\myprog.exe") Edited January 4, 2005 by Nova
zzen11 Posted January 4, 2005 Author Posted January 4, 2005 (edited) Is there a way to force delete a file that is locked by another process?<{POST_SNAPBACK}>I mean:Myprogram.exe is running, and it has a openfile: myfile.dat, and I may not even know which exe is opening the myfile.dat.I want to force delete myfile.dat Edited January 4, 2005 by zzen11
buzz44 Posted January 4, 2005 Posted January 4, 2005 I mean:Myprogram.exe is running, and it has a openfile: myfile.dat, and I may not even know which exe is opening the myfile.dat.I want to force delete myfile.dat<{POST_SNAPBACK}>u wont be able to delete it aslong as it is in use by another process. qq
this-is-me Posted January 4, 2005 Posted January 4, 2005 You can use one of the UDFs to delete the file once the computer is rebooted. You can also do some creative uses of the program wholockme to find out which program has the file open and kill that program. Who else would I be?
sykes Posted January 4, 2005 Posted January 4, 2005 You can use one of the UDFs to delete the file once the computer is rebooted. You can also do some creative uses of the program wholockme to find out which program has the file open and kill that program.<{POST_SNAPBACK}>Nice program this-is-me ... Thanks for sharing that info We have enough youth. How about a fountain of SMART?
ezzetabi Posted January 4, 2005 Posted January 4, 2005 Here we are...http://www.autoitscript.com/forum/index.php?showtopic=5888
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now