Try using wkik32.exe under 2000..
I set this as the Logon Script of the users account and this works well....
It will try to run the kixtart.kix script file - I then use the CALL command to shell 
out to different scripts depending on groups etc etc....

I also use a SUB ROUTINE:
so you can use the command GOSUB CLEARSCN
Just remember to have a QUIT before the sub routine....


;*********  Script Sub Routines         *********
:CLEARSCN
cls
small
color b+/n
box(0,0,25,80,FULL)     ;set background color
box(0,0,24,79,chr(176))     ;set background
color b/n
box(2,5,22,76,chr(176)) ;Shadow
color n/n
box(1,4,21,75,DOUBLE)
RETURN

Hope it helps
Steve



------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to