Back to the original problem:
code:
start /b %0\..\wkix32.exe profile.kix

%0 is translated differently in Windows XP and cannot be used this way. For Windows NT/2000/XP, you could use
code:
start /b wkix32.exe profile.kix

since only Windows 9x requires %0\..\.

[ 18 July 2002, 21:18: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.