Link to home
Start Free TrialLog in
Avatar of Jason Ivey
Jason IveyFlag for United States of America

asked on

login script fails to work now.

i have been using kixtart as my login script, now i upgraded two office computers to win98 final, and the login script fails to work anymore. i basically did drive mappings for me, but it now does none.  should i change programs? or redo my script?
Avatar of TAMC
TAMC

What does your script look like? What server are you using?
enable and assign scripts in Network Connections advanced properties
Avatar of Jason Ivey

ASKER

my script looks like this:

; SYNCH LOCAL TIME
SETTIME "COMM"

$g=@comment
$s="\\DANA2\"
$u=@userid
$dir=$s+$u

use h: \\DANA2\dana2cd
use i: \\comm\commcd
use j: \\winframe\winfrmcd
use n: \\DANA2\apps
use o: \\COMM\apps
use u: $dir
USE S: \\DANA2\Shared

IF @priv = "ADMIN"
    GOTO ADMIN
ELSE
    GOTO END
ENDIF

:ADMIN
    use x: \\DANA2\c    
    use y: \\COMM\c
       
GOTO END

:END
cookie1
exit


and it is run off a hewlett packard netserver lh pro. running windows nt 4 sp3.
I can't help but clancyo seems right.
ASKER CERTIFIED SOLUTION
Avatar of Mark Aerts
Mark Aerts

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial