Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

new user with new folder script

Status
Not open for further replies.

77zxmax

MIS
Dec 28, 2004
45
CA
Greeting,
i have a hidden "$private" folder that has subfolders for each employee's name .
and my login script allow them to map their drive according to their usenmane eg: net use x: \\server\$private\%username%

now my question is, when the user logins in he sees that mapped drive with the full path - but i want to hide the $private folder ..

is there a way to hide that from the client

thanks
 
It isn't hidden if the name is $private. Hidden shares have the $ at the end.

Your other option is to share each users folder and map to it diretly.

You might also want to look at upgrading your scripts from cmd/bat to vbscript. faq329-5798



I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top