Forget your script for a moment and go back to square one.
Create a really simple login script (pure batch file) containing the following lines:
code:
ECHO The batch file is running
PAUSE
Use this as the login script. You should now see the login script window during login and the message on the screen. You might need to implement W2k - Keep the Window visible on login? to see the window. Now, if this works, create a KiXtart file containing the following lines:
code:
? 'This is the KiXtart login script'
? 'Press any key to continue (NO, not the ANY key)'
get $a
Also, use a login.bat file like the ones posted here:
Kixtart Starter's Guide
So, do you see the KiXtart login script running?
If you got this far, try your custom KiXtart scritp again and pepper the whole script with code:
? 'Error status : '+@ERROR+' - '@SERROR
lines to see where exactly your script is failing.
Aftere you done allthese steps, you can report back on this board and we might be able to help you.
Finally, make sure that you have the KXRPC service running on ALL domain controllers.
[ 05 June 2002, 15:18: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.