|
sorry for the delay... anyhoo.. i copied all the relevant files to the c:\temp as instructed and it failed...
wait 22 seconds, then "Script error : error in USE statement !. Select" --- is in red text
that's it...
we did clean up our scripts a bit..
LOGON.KIX: break off
; Syncronize Client's clock with NT Domain
;SETTIME "@lserver"
; Set user's home directory
USE h: @homeshr
; Set SHARE drive based on location of user
Select Case INGROUP("Corporate") use k: "\\server01\public" use z: "\\server01\msds$" Case INGROUP("Fortville") use k: "\\fort01\public" use z: "\\fort01\msds$" Case INGROUP("Marietta") use k: "\\Mar_bo01_nt\public" use z: "\\server01\msds$" Case INGROUP("Midway") use k: "\\Midway\public" use z: "\\midway\msds$" Case INGROUP("St Catherines") use k: "\\SC_BDC_NT\public" use z: "\\sc_bdc_nt\msds$" Case INGROUP("Washougal") use k: "\\Washougal\public" use z: "\\washougal\msds$" Case INGROUP("Wesleyan") use k: "\\Wesleyan\public" use z: "\\server01\msds$" Case INGROUP("West Oak") use k: "\\Westoak\public" use z: "\\server01\msds$" ENDSELECT
; Set group drives based on business fuction
IF INGROUP("HR_Payrol") use g: "\\serverhr\adpprog" use n: "\\serverhr\adp$" use p: "\\server01\HR_Payrol$" ENDIF IF INGROUP("Marketing") use O: "\\server01\Marketing$" ENDIF IF INGROUP("Accounting") use V: "\\server01\acct$" ENDIF IF INGROUP("Executive Assistants") use x: "\\server01\ExecAssist$" ENDIF IF INGROUP("MSDS") use I: "\\mar_bo01_nt\i\groups" ENDIF
quit END OF LOGIN.KIX
again.. 9x clients work fine, even w/ the Z: mapping.. we havent tried the $$ thing yet, obviously... I'm not the on editing them
also again... imho its crapping out before it even parses the login.kix; it seems that way
|