Dear,We have create and publish the new tool kixcheck. It doesn't
need any parameter. It will check all available KiXtart modules
addressable by your %path% specification.
In incorrect or incomplete will automatically delete the c:\kix????.ok
files from your local workstation.
It isn't necessary to remove them, because the program returns also an
ERRORLEVEL, which can be used by your BATch file.
Possible codes:
code:
%0\..\kixcheck.exe
if errorlevel 1 %0\..\kix363update.exe /q
or
code:
%0\..\kixcheck.exe >nul
if not exist c:\kix363.ok %0\..\kix363update.exe /q
or
code:
%0\..\kix363update.exe /q
The last one will always update your environment with the correct
files.
Possible output of KixCheck can be
code:
KixCheck 1.03 (c) scripting@wanadoo.nl 2001Found as C:\WINDOWS\KIX32.EXE (15-10-2000 14:50:40 163840 bytes)
+ C:\WINDOWS\KX16.DLL (01-09-1999 16:00:00 47104 bytes)
+ C:\WINDOWS\KX32.DLL (01-09-1999 16:00:00 32768 bytes)
+ C:\WINDOWS\KX95.DLL (01-09-1999 16:00:00 36864 bytes)
path C:\WINDOWS;C:\WINDOWS\COMMAND
KiXtart environment: complete
Greetings.[ 15 July 2001: Message edited by: MCA ]