dufran3 Posted October 4, 2006 Posted October 4, 2006 I am in need of chaning folder permissions on a folder in the root of the drive. I need to add the "everyone" group to have full access to the folder. I couldn't find any functions or anything that could do this for me. Anyone have any ideas? Thanks again, I ask a lot, and you guys always seem to deliver!!!
rambo3889 Posted October 4, 2006 Posted October 4, 2006 Not sure but i think you can do this in cmd by using the cacls My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
Xenobiologist Posted October 4, 2006 Posted October 4, 2006 Hi, something like RunWait(@ComSpec & ' /k cacls c:\Downloads /T /E /G "jeder:f" ', '', @SW_SHOW) So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
Developers Jos Posted October 4, 2006 Developers Posted October 4, 2006 RunWait(@ComSpec & ' /k cacls c:\Downloads /T /E /G "jeder:f" ', '', @SW_SHOW) Jeder .... ahh Everyone SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
rambo3889 Posted October 4, 2006 Posted October 4, 2006 Im not sure that the above would work but this should work= cacls "C:\System Volume Information" /E /G username:F Would give username access to the folder My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
Xenobiologist Posted October 4, 2006 Posted October 4, 2006 Jeder .... ahh Everyone Hi,sorry sometimes I'm too lazy to translate the obvious stuff. :"> So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
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