eisdiele Posted March 12, 2009 Posted March 12, 2009 Hello, is it possible to change permissions on a Folder with AutoIT? I alerady had a look in the wiki, but I only could find how to create/move/delete folders. So, this is my last hope
cherdeg Posted March 12, 2009 Posted March 12, 2009 Hello, is it possible to change permissions on a Folder with AutoIT? I alerady had a look in the wiki, but I only could find how to create/move/delete folders. So, this is my last hope Nope, best would be to use "setacl" (http://sourceforge.net/projects/setacl/). But be careful, this tool is a) very powerful, not bugfree, c) more complicated to use than any other kind of software I've seen in all my life and has d) a very shitty documentation (at least for me). Above all its author is definitely not a tiny weeny bit interested in helping ppl by e.g. answering questions in the dedicated forum.
PsaltyDS Posted March 12, 2009 Posted March 12, 2009 Nope, best would be to use "setacl" (http://sourceforge.net/projects/setacl/). But be careful, this tool is a) very powerful, not bugfree, c) more complicated to use than any other kind of software I've seen in all my life and has d) a very shitty documentation (at least for me). Above all its author is definitely not a tiny weeny bit interested in helping ppl by e.g. answering questions in the dedicated forum.I use SetACL a lot, and have not found it to be buggy at all. It is complicated, but that is only because it is so powerful. The documentation and the many examples have taught me everything I needed to use it. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
eisdiele Posted March 12, 2009 Author Posted March 12, 2009 I used CACLS.exevery easy to use command line tool http://www.ss64.com/nt/cacls.html
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