Guys,

Heres an example of a console wrapper that implements stdout redirection - sadly it also demonstrates that Kixtart isn't a very good candidate for this - but it does work with most other DOS utilities:

Console Output Redirection Demo (Wrapper)

No I didn't write this.

To use it - start the demo then in the command box type:

cmd /c dir *.*

then ENTER ... should see the results. Then try this command:

kix32 /?

should see that kix32 writes its usage using stdout ? ... then might try running a script that performs some output ...

kix32 c:\test.kix

curious to see if anyone gets any output generated with this ...

-Shawn