kaashacker Posted March 21, 2011 Share Posted March 21, 2011 Hi guys i want to know how to make a file uundeleteble using AutoIt Iv created a file using it and now i want when the file is excuted it can be deleted or hard to close Plz give your feedbacks Thnks in advance hope we could learn how to Link to comment Share on other sites More sharing options...
Chimaera Posted March 21, 2011 Share Posted March 21, 2011 Personally it sounds like your up to no good m8 I cant think of a reason to have a file like that unless you are trying to harm a system and stop them removing you whilst doing it But.... i could be wrong Chimaera If Ive just helped you ... miracles do happen. Chimaera CopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices() Link to comment Share on other sites More sharing options...
jvanegmond Posted March 21, 2011 Share Posted March 21, 2011 As soon as your script starts, open a handle to the file like this: FileOpen(@AutoItExe, 2) It'll only work compiled (I think). github.com/jvanegmond Link to comment Share on other sites More sharing options...
Cars0n66 Posted March 22, 2011 Share Posted March 22, 2011 you could use that file open in a while loop. if the file is constantly in use it wont be able to delete. Link to comment Share on other sites More sharing options...
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