Re: Known Bugs (was:Compilers needed for FreeDOS ? Lets talk about com

Bart Oldeman <[email protected]> Wed, 06 Nov 2002 16:01:56 -0500 (EST)
Newsgroups gmane.os.freedos.devel
Message-ID <[email protected]>
On Wed, 6 Nov 2002, Andreas K. Foerster wrote:

> I think I can add some points:
>
> - "mode 40" doesn't work, use "mode co40" instead

yes.

> - redirecting the standard input like this:
>      command < data
>   doesn't work, instead use this:
>      type data | command

command < data works for me (ke2027rc, FreeCOM v 0.83 beta 46). Just tried
it with a debug script.

Bart