Brian,

Is Kixstrip in the same directory that you are running it from? Or, is it in the search path?

Here is how we are doing this with a Batch file:

code:
IF EXIST %TEMP%\scr.BAT DEL %TEMP%\scr.BAT
%comspec% /c GETVAR.EXE -v FN -f %TEMP%\scr.BAT "Enter the Kixscript minus the extension: "
::@echo on
CALL %TEMP%\scr.BAT
set zInput=%FN%
pause
%0\..\kixstrip400.exe %FN%.kix %FN%.out /BC /Headers /Print /SE /SS /TAB=6 /Translate
Echo we are done!!
pause
IF EXIST %TEMP%\scr.BAT DEL %TEMP%\scr.BAT
cls

You can find GETVAR from our website - http://win-scripts.com ..

This is also found in the FAQ Section as - How do we check and format code for scripts?

HTH,

- Kent

[ 23 April 2002, 00:31: Message edited by: kdyer ]
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's