By the way I've tried the modification you mentioned and am seeing the same behavior in /debug. The RUN command calls the script properly, but the Kix script waits for the batch script to finish processing before it closes out.

 Code:
SELECT
     Case $File1 = 1 AND $File2 = 0
           Copy "c:\scripts\session.txt" "$variable2"
           RUN $CMD2
           Exit 0
END SELECT


The rest of the script works very well. \:\) Thanks for the assistance.

TS