I have been working with KiXtart for about a month now and I have what I believe to be a good working script. Please take a look at it and tell me if I'm doing anything wrong or suggestions to make it run better.

RedirectOutput( "NUL",1 )
SetConsole( "minimize" )

settime \\fsxtlf10
use s: "\\fsvance10\NetShare"
use w: "\\dsvance10\WorldShare"
if @HOMESHR use h: @HOMESHR endif

if @RAS = 0

if @INWIN = 1 $OpSysInstalled=WindowsNT endif
if @INWIN = 2 $OpSysInstalled=Windows95 endif

if existkey( "HKEY_LOCAL_MACHINE\SOFTWARE\Vance Software" ) <> "0"
addkey( "HKEY_LOCAL_MACHINE\SOFTWARE\Vance Software" )
endif

if ingroup (@LSERVER + "\Non SMS Clients")=0 shell @LDRIVE + "\smsls.bat" endif
run "\\fsvance10\navadmin$\Nav32up.exe \\fsvance10\navadmin$\vance.nns"

if existkey( "HKEY_LOCAL_MACHINE\SOFTWARE\Vance Software\JetCopkg Installed" ) <> "0"
run "\\fsvance10\fixes$\office\jetcopkg.exe /q"
addkey( "HKEY_LOCAL_MACHINE\SOFTWARE\Vance Software\JetCopkg Installed" )
open (1,"\\fsvance10\pinfo$\jetcopkg_installed.csv",4)
writeline (1,"JetCopkg Installed,@WKSTA,@USERID,$OpSysInstalled,@DATE" + Chr(13) + Chr(10))
close (1)
endif

endif

exit