Batch file to set user permissions

  • Thread starter Thread starter karenas5
  • Start date Start date
K

karenas5

I have a folder C:\Example that needs to have the user permissions set
to full control.. is there a way to do this with a batch file .. if so
how would that be done??

Thanks for the help.
 
Hello, (e-mail address removed):
On 1 Feb 2005 12:23:28 -0800: you wrote...

k> I have a folder C:\Example that needs to have the user permissions set
k> to full control.. is there a way to do this with a batch file .. if so
k> how would that be done??

The admin can use CACLS to set/edit permissions. See CACLS /?

Regards, Paul R. Sadowski [MVP].
 
Thanks for the help guys, I was able to get it figured out yesterday
and it working great!!
 
Back
Top