Dear,
Also welcome to the board.
The kix402update.exe package is the final release of KiXtart 4.02.
We advise you: don't run it from a kixtart script. The problem is that
the possible files to replace are in use, which results in an incorrrect
kixtart version on your clients.
A good one is indeed your BATch file.
code:
@echo off
if not exist %windir%\kix402.ok %0\..\kix402update.exe /q
if not exist %windir%\kix402.ok goto networklogin
kix32 %0\..\kixlogin.kix
goto end
:networklogin
%0\..\kix32 %0\..\kixlogin.kix
:end
exit
@echo off
only in your version the script can be running twice. we are
missing the goto end part.
Lonkero solve it with an additional exit statement.
greetings.