As outlined in the KiXtart Manual, the NETLOGON share is redirected to the Z: drive under Windows 9x. The Manual also contains an example login.bat that works with Windows 9x/NT/2000. Please note that the '%0..\' moniker is not necessary under Windows NT\2000\XP and actually breaks under Windows XP.
Thus the Windows 9x call would be either of the next two lines with the first one the preferred one:
code:
%0\..\kix32.exe %0\..\PLogon9X.kix
z:\kix32.exe z:\PLogon9X.kix
Why do you use two different login scripts instead of differentiating between OS versions within the same script?
[ 23. November 2002, 13:38: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.