John wrote:
Then add the other users and groups:
cacls /t /g SYSTEM:f cacls /t /g Administrator:f cacls /t /g Administrators:f
err, cacls <dirname> /t /p SYSTEM:F
First param to calcls is file/directory. Use /p instead of /g when you want to edit permissions instead of setting permissions - so use /g to wipe permissions and apply some default, then /g to add additional users/groups.
Sorry about that.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>