md folder permissions?

  • Thread starter Thread starter po00oq
  • Start date Start date
P

po00oq

I have a script that runs on remote systems that creates a folder on
the windows 2000 server...

md \\server\students\documents\%username%

is there any way to set permissions for this folder so that only that
user and administrators have access to the folder in the script?
 
cacls.exe lets you set just about any type of permission.


po00oq said:
I have a script that runs on remote systems that creates a folder on
the windows 2000 server...

md \\server\students\documents\%username%

is there any way to set permissions for this folder so that only that
user and administrators have access to the folder in the script?

--
Posted using the http://www.windowsforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.windowsforumz.com/General-Discussion-md-folder-permissions-ftopict258329.html
Visit Topic URL to contact author (reg. req'd). Report abuse:
http://www.windowsforumz.com/eform.php?p=799456
 
Back
Top