I am migrating a Novell 3.12 server to 5.1 The question is does the SYS/Public have to mapped with a search drive. Further does this search drive have to be Z. My problem is that FoxPro is on my Novell server and a lot of hard coding is done pointing programs and tables to Z drive. If the sys/public needs to be a search drive, how do I prevent it from mapping to Z. Below is my Login Script
MAP ROOT H:=%HOME_DIRECTORY
MAP ROOT G:=NWSERVER01/VOL1:SHARED
IF MEMBER OF "G-ADMINS" THEN MAP ROOT N:=NWSERVER01/SYS:
IF MEMBER OF "G-ADMINS" THEN MAP ROOT V:=NWSERVER01/VOL1:
IF MEMBER OF "G-ADMINS" THEN MAP ROOT S16:=NWSERVER01/SYSUBLIC
IF MEMBER OF "G-FOXPRO_ADMINS" THEN MAP ROOT R:=NWSERVER01/VOL1:FOXPRO/SYSTEM
IF MEMBER OF "G-FOXPRO_USERS" THEN MAP ROOT Z:=NWSERVER01/VOL1:FOXPRO/USERS
;#This command is used to setup the Foxpro environment
DOS SET USER = "%LOGIN_NAME"
NO_DEFAULT
MAP ROOT H:=%HOME_DIRECTORY
MAP ROOT G:=NWSERVER01/VOL1:SHARED
IF MEMBER OF "G-ADMINS" THEN MAP ROOT N:=NWSERVER01/SYS:
IF MEMBER OF "G-ADMINS" THEN MAP ROOT V:=NWSERVER01/VOL1:
IF MEMBER OF "G-ADMINS" THEN MAP ROOT S16:=NWSERVER01/SYSUBLIC
IF MEMBER OF "G-FOXPRO_ADMINS" THEN MAP ROOT R:=NWSERVER01/VOL1:FOXPRO/SYSTEM
IF MEMBER OF "G-FOXPRO_USERS" THEN MAP ROOT Z:=NWSERVER01/VOL1:FOXPRO/USERS
;#This command is used to setup the Foxpro environment
DOS SET USER = "%LOGIN_NAME"
NO_DEFAULT