Creating Directories and Setting NT Access Permissions
Keywords: access permissions
Question:
Does anybody knows how to write a script which goes out and create folders and assign appropriate rights to that folder through Winbatch?Answer:
- To make the folders use DirMake.
- To assign rights, use the Win32 network extender (even if not on a network) and use the wntAccessAdd (and related) functions.
Article ID: W13139Filename: Create Directories and Set NT Access Permissions.txt