Hello Omegawulf,This command will do the task for you automatically...
code:
for /f "Tokens=*" %%i in ('dir /B D:\users') do NET SHARE %%i$=D:\users\%%i /Y
As long as you place all of your USER directories under D:\USERS you can modify to a different drive\folder but they need to all be under the same default folder.Please see the following posts to get more information and methods to SHARE
Creating Shares and Setting Permissions
Mapping directly to a non shared directory
There is also a program called AUTOSHAREIT that will run as a service on your computer and any folder that is created under the "watched" folder/s will automatically be shared using a $ hidden format. Not a freeware product though.
[ 22 August 2001: Message edited by: NTDOC ]