
Mapping user home dir in Windows 9X
I have a script that attempts to map a user's home directory, but it
only maps to \\SERVER\home not to \\SERVER\home\user. I have checked
the string and the UserName value is correct.
Code snippet:
strFoo = strServer & "home\" & WshNetwork.UserName
WshShell.Popup strFoo, 0, "Debug - Mapping Home Drive (H) To", 48
WshNetwork.MapNetworkDrive "H:", strFoo
This works fine under W2K/NT. Why?
Again, the dialog box shows the correct path. I don't understand why it
won't map past the share point. Is this a Win 9X bug/feature?
Thanks in advance for any help!
Dana
Sent via Deja.com http://www.*-*-*.com/
Before you buy.