Nitrousman
MIS
I'm using a script that Mark MacLachlan wrote and it seems to be working good but my users all have shared hidden home drives and I'm pretty green at doing VBS scripts so can someone tell me what I need to put in the command line to map it correctly? This is the path for a users home drive: \\servername\rsmith$ . Here's the line that I'm using to map the drive: WSHNetwork.MapNetworkDrive "H:", "\\servername\" & UserString,True .
Thanks for any help.
Thanks for any help.