#129663 - 2004-11-17 12:07 PM
mapping drives
|
Anonymous
Anonymous
Unregistered
|
i am having trouble getting KIX to map my drives.
here is a bit of my script, but i cant seem to get it to map the drives
;---Ip address Variables--- BREAK ON $1st=TRIM(SPLIT(@IPADDRESS0,'.')[0]) $2nd=TRIM(SPLIT(@IPADDRESS0,'.')[1]) $3rd=TRIM(SPLIT(@IPADDRESS0,'.')[2]) $4th=TRIM(SPLIT(@IPADDRESS0,'.')[3])
IF $3rd = 0 "Setting Borehamwood Drive Mappings" use G: '\\millen\g_drive\' use H: '\\millen\_root\' use P: '\\millen\@USERID\' Exit Endif
IF $3rd = 1 "Setting Alconbury Drive Mappings" use G: "\\titania\g_drive\" use H: '\\titania\_root\' use P: '\\titania\@USERID\' Exit Endif
any help greatly appreciated
|
|
Top
|
|
|
|
#129665 - 2004-11-17 12:24 PM
Re: mapping drives
|
Anonymous
Anonymous
Unregistered
|
its not that, the IP thing works fine. even if i use this file
;--------start map.kix--------
use g: "\\titania\apps\"
;--------end map.kix--------
it still dosent work, i think i'm being ditsy i'm sure i'm just being a fool
|
|
Top
|
|
|
|
#129667 - 2004-11-17 12:57 PM
Re: mapping drives
|
Anonymous
Anonymous
Unregistered
|
the latest version
thanks that worked!
|
|
Top
|
|
|
|
#129674 - 2004-11-17 05:27 PM
Re: mapping drives
|
Anonymous
Anonymous
Unregistered
|
they are not persistent anymore i realised that after posting the code.
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
1 registered
(Allen)
and 641 anonymous users online.
|
|
|