Quote:

Hey, that could be interesting. A modification to the debug portion of the kix executable where instead of walking though a script you can type the commands on the fly





or run this script......
Code:

while not @error
? "KixCL:>"gets $_c
$ = execute($_c)
loop



Bryce