using VBAS login script



If I was using a vbs login script I would want to map one drive to the users home directory.

could I write this:

strRemotePath2 = "\\server\%username% " to attach the appropriate folder to the user logging in?

.



Relevant Pages

  • Re: login script to map to Users home directory
    ... objUser = oNet.UserName ... for more infor see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsobjwshnetwork.asp ... >I want to be able to map a drive to each users home directory when loggin in ...
    (microsoft.public.scripting.wsh)
  • Re: login script to map to Users home directory
    ... > I want to be able to map a drive to each users home directory when loggin ... Place this instruction into your logon script: ...
    (microsoft.public.win2000.general)