Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


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:

  1. To make the folders use DirMake.

  2. To assign rights, use the Win32 network extender (even if not on a network) and use the wntAccessAdd (and related) functions.

Article ID:   W13139
Filename:   Create Directories and Set NT Access Permissions.txt