QUOTE(CodyOebel @ 2 Aug, 2007 - 08:43 PM)

ok.. I am on a network, and I have a certain group that I want to add into a particular folders security rights.
I have looked at DOS command subinacl , but am not interpreting it correctly for use, or maybe Im in the wrong direction.
so lets say we have a folder made on the local c:\ we will call this folder c:\books
now I want to give a user group name ww-killers\fat - mans full permission to everything in the c:\books folder
all through command line.
I'm hoping for a simple solution, but i dont mind working the neurons heh..
If anyone can post something usefull in c++, vb script, batch script I dont care, I am wanting to learn this, and I dont have internet at home and use internet at work to do as much research as I can cram.
Thanks !
Never mind.. the whole time I have been using cacls incorrectly and not using quotations work group names that have spaces in them.
For those who need to know syntax is like so:
cacls c:\YourFileDirectory /T /E /G "ww-killers\fat - mans:f"
This would give the correct rights to the folder.