Mine was back in '02 sometime. I was trying to automate some tasks for our Inventory software. I was going to use c++, but a guy that i now work with sold me on kix. And i've been kiXing ever since.

Oh and i found this on our boot disk (that he wrote). I think it's a piece of decision code for a menu using kix dos. Talk about job security...

Code:

:jump
get $jump
while $jump <> '3' and ($jump < '1' or $jump > '2')
if $jump = '7'or '8' or '9'
get $jump
if $jump = '7' or '8' or '9'
goto 1
endif
endif
GOTO jump
loop
if $jump = '2'
goto end
endif
if $jump = '3'
goto 3
endif