No resource kit utils needed...

Create a batch file with the following and run from the console (I just used it to create share points for our Citrix Users) -

code:

for /f "Tokens=*" %%i in ('dir /B D:\Citrix_Homedir') do NET SHARE %%i$=D:\Citrix_Homedir\%%i /Y

Thanks!

- Kent

_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's