The good news is than you can do this. Hurrah.

Add these two lines at the start of your script:
code:
$=SetOption("ASCII","ON")
$=SetOption("WrapAtEOL","ON")

Now, you can pipe the output:
code:
kix32.exe myscript.kix | more

Or even redirect it to the console:
code:
kix32.exe myscript.kix >CON:

You will notice that outputting directly to the console is not particularly useful as control characters do not get handled.