| 
| 
| 
| #197628 - 2010-02-02 09:49 PM  Re: KiXtart 4.61 and Windows NT 4
[Re:  Allen] |  
| Allen   KiX Supporter
 
       
 Registered:  2003-04-19
 Posts: 4562
 Loc:  USA
 | 
Until there is a fix or if it's fixed at all you can work around it to some degree if you start your script with a batch file...
 Something like
 
 
 
@echo off
ver | find "NT" > nul
if %ERRORLEVEL% == 0 goto oldkixexe
ver | find "98" > nul
if %ERRORLEVEL% == 0 goto oldkixexe
ver | find "95" > nul
if %ERRORLEVEL% == 0 goto oldkixexe
::For all other OSs
:start
kix32.exe scriptname
goto exit
:oldkixexe
kix32_453.exe scriptname
:exit
 |  
| Top |  |  |  |  
 Moderator:  ShaneEP, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Ruud van Velsen, Mart
 
 | 
| 
 
| 0 registered
and 360 anonymous users online. 
 | 
 |  |