Dear,
Welcome to the board.
First some questions:
- which kixtart version running?
- what kind of clients you are using?
- where are the kixtart files (kix32.exe, kx16.dll, kx32.dll, kx95.dll) installed on your clients?
- where are the kixtart scripts located?
- how are you calling your scripts? by BATch file? YES, please put BATch file on board.
Suggestions:
- we suppose you are using simple KIX32.EXE as call without any script specification.
f.e. kix32.exe & kixtart.kix located in "\\serername\netlogon" directory
- call from logon BATch file or DOS box
\\servername\netlogon\kix32.exe \\servername\netlogon\kixtart.kix- call from logon BATch file
%0\..\kix32.exe %0\..\kixtart.kix - KIX32.exe installed on clients in "windows" directory & script in "\\servername\netlogon\" directory
f.e. kix32.exe located in "c:\winnt" or "c:\windows" directory
- call from logon BATch file or DOS box
kix32.exe \\servername\netlogon\kixtart.kix
- call from logon BATch file
kix32.exe %0\..\kixtart.kix
Also put as first statement f.e. a MessageBox statement to see kixtart is really starting.
Possible call
MessageBox("KiXtart @kix script starting","KiXtart information")
greetings.