That doesn't work, for some reason on the Win9X clients. Here's what I got, and yes I have KXRPC installed on all DC.
? "Logon Server: " @lserver
? "KIXRPC Server: " @rserver
? "Date: " @date
? "Domain: " @domain
; --Set Workstation Time
SetTime "*"
? "Time syncronized with the server"
Use * /Delete /Persistent
$user= @userid + "$"
use u: "\\brandtpdc\$user"
IF INGROUP("Everyone", 1) = 1 use t: "\\cluster1\forms" endif
IF INGROUP("Safety", 1) = 1 use f: "\\cluster1\safety" endif
IF INGROUP("Controls", 1) = 1 use g: "\\cluster1\controls" endif
IF INGROUP("Estimating", 1) = 1 use h: "\\cluster1\estimating" endif
IF INGROUP("Sales", 1) = 1 use i: "\\cluster1\sales" endif
IF INGROUP("Engineering", 1) = 1 use j: "\\cluster1\engineering" endif
IF INGROUP("McCormick", 1) = 1 use k: "\\cluster1\mccormick" endif
IF INGROUP("Billing", 1) = 1 use l: "\\cluster1\billing" endif
IF INGROUP("Maxwell", 1) = 1 use m: "\\ntmaxwell\maxwell" endif
IF INGROUP("Drafting", 1) = 1 use n: "\\cluster1\drafting" endif
IF INGROUP("DP", 1) = 1 use o: "\\cluster1\dp" endif
IF INGROUP("Project Management", 1) = 1 use p: "\\cluster1\projmgmt" endif
IF INGROUP("Quickpen", 1) = 1 use q: "\\cluster1\quickpen" endif
IF INGROUP("Payroll", 1) = 1 use r: "\\cluster1\payroll" endif
IF INGROUP("Service", 1) = 1 use s: "\\cluster1\service" endif
IF INGROUP("Constructware", 1) = 1 use v: "\\cluster1\constructware" endif
IF INGROUP("Electrical", 1) = 1 use w: "\\cluster1\electrical" endif
IF INGROUP("Domain Admins", 1) = 1 use x: "\\cluster1\mis" endif
IF INGROUP("Purchasing", 1) = 1 use y: "\\cluster1\purchase" endif
IF INGROUP("Accounting", 1) = 1 use z: "\\cluster1\accounting" endif
_________________________
Troy Edwards
IS Manager
Brandt Engineering Co.