Search found 2 matches

by Jarnco31
23 Jul 2009 09:58
Forum: DOS Batch Forum
Topic: create a user folder and give that user full access to it
Replies: 5
Views: 7549

I have a start but I don't know if this is the best way.

@echo off
cls
mkdir G:\user\%name%
set /p name=Name?


any help would be greatly appreciated.
by Jarnco31
23 Jul 2009 09:54
Forum: DOS Batch Forum
Topic: create a user folder and give that user full access to it
Replies: 5
Views: 7549

create a user folder and give that user full access to it

First of all I am new to batch files. I need to create a batch file that will allow me to create a user folder in a specified location and give that user full access to only there folder and not the other users folders.