#47106 - 2003-10-21 03:50 PM
Drive Mapping Question From a newbie...
|
brothercool
Fresh Scripter
Registered: 2003-10-21
Posts: 5
|
i'm trying to map user directories. the path is \\server02\users\%username% but only \\sever02\users gets mapped
i've tried using @HOMESHR and @HOMEDIR and no luck.
help please...
|
|
Top
|
|
|
|
#47108 - 2003-10-21 04:53 PM
Re: Drive Mapping Question From a newbie...
|
brothercool
Fresh Scripter
Registered: 2003-10-21
Posts: 5
|
Well, i tried that. and nope. i read the manual and everything i tried doesn't work.
trying to get
H: --> \\server02\users\(username)
USE H: "\\server02\users\" + @HOMEDIR result is H: --> \\server02\users
USE H: "\\server02\users\" + @USERID result is H: --> \\server02\users
$var = @HOMESHR + "\" + @HOMEDIR USE H: $var result is H: --> \\server02\users
Will USE just not go more than one directory in? [ 21. October 2003, 16:54: Message edited by: brothercool ]
|
|
Top
|
|
|
|
#47110 - 2003-10-21 04:58 PM
Re: Drive Mapping Question From a newbie...
|
Richard H.
Administrator
   
Registered: 2000-01-24
Posts: 4946
Loc: Leatherhead, Surrey, UK
|
Don't forget to remove any existing mapping first, or your new mapping will silently fail.
code:
USE H: /DELETE /PERSISTENT
|
|
Top
|
|
|
|
#47111 - 2003-10-21 04:59 PM
Re: Drive Mapping Question From a newbie...
|
brothercool
Fresh Scripter
Registered: 2003-10-21
Posts: 5
|
i'll have Win9x and XP machines. i'm just test now with a ME machine.
what can (if anything) i do to get the results i'm seeking?
|
|
Top
|
|
|
|
#47113 - 2003-10-21 05:04 PM
Re: Drive Mapping Question From a newbie...
|
brothercool
Fresh Scripter
Registered: 2003-10-21
Posts: 5
|
map the WIN9x machines by hand? so a script can't? oh well.
thanks!
|
|
Top
|
|
|
|
#47116 - 2003-10-21 05:13 PM
Re: Drive Mapping Question From a newbie...
|
brothercool
Fresh Scripter
Registered: 2003-10-21
Posts: 5
|
i made a share for my test account home dir (c01 in \users), but i still can't attach it with a script. that was the first fix i tried.
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 1619 anonymous users online.
|
|
|