Good suggestion Steve. I use WKIX32.EXE as well, although for some scripts
I've found using Windows 95 (and not 98) and WKIX32 will make the client
hang. 

Additionally, a KiXtart editor is invaluable. I use
http://www.kixscripts.com/editor.asp and I highly recommend it for scripts
that are more than a few lines length, our primary script is a 500+ line
file. Hmmph, it started out so simply...

Dave "not a programmer, but sometimes I feel like one" Lum 
[EMAIL PROTECTED]
Sr. Network Specialist - Textron Financial
503-675-5510


-----Original Message-----
From: Steve Aspindle [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 03, 2002 06:16 AM
To: NT 2000 Discussions
Subject: RE: KiXtart


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