Mapping user home dir in Windows 9X 
Author Message
 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.



Sat, 27 Jul 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Map drive to Home Dir

2. How set Terminal server user profile and Home dir

3. Map network drives in Windows 9x

4. Mapping drive to user's home directory

5. Windows 98 clients with windows NT home directory

6. fso on mapped virtual dir

7. Changing 9x users passwords from a script?

8. mapping home directories

9. Home Folder Mapping

10. WSH mapping of Home Directory

11. how to change login domain on windows 9x client

12. List of ActiveX automation objects for Windows 9x?

 

 
Powered by phpBB® Forum Software