changing folder security setting with scripting.

  • Thread starter Thread starter Pulathan Senyucel
  • Start date Start date
P

Pulathan Senyucel

I want to change the security setting of a folder by
script. I could not find any source. Is there any one who
can help me?
Thanks in advance..
Brgds
 
I want to change the security setting of a folder by
script. I could not find any source. Is there any one who
can help me?
Thanks in advance..
Brgds

Use CACLS. Open a CMD.exe prompt and type cacls /?
See tip 1556 in the 'Tips & Tricks' at http://www.jsiinc.com for how to use
cacls in a batch script.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top