Re: [Freedos-user] | MORE as normal text?

2005-04-11 Thread Arkady V.Belousov
Hi! 11-Апр-2005 17:52 [EMAIL PROTECTED] (Mark Blain) wrote to freedos-user@lists.sourceforge.net: >> echo "my text | more my text" >> myfile.txt >> But this outputs also quotes. Unfortunately, I don't know any other legal >> way to mask special characters. :( MB> 1) The easy way is to get send.co

Re: [Freedos-user] | MORE as normal text?

2005-04-11 Thread Mark Blain
On Mon, 11 Apr 2005 21:06:04 +0400 (MSD), Fox wrote: > 11-Апр-2005 18:50 Fox wrote to > freedos-user@lists.sourceforge.net: > > F> I want to redirect to a file a text containing the string " | more". How > can > F> ECHO my text | more my text >> myfile.txt > > echo "my text | more my text" >> my

Re: [Freedos-user] | MORE as normal text?

2005-04-11 Thread Arkady V.Belousov
Hi! 11-Апр-2005 18:50 [EMAIL PROTECTED] (Fox) wrote to freedos-user@lists.sourceforge.net: F> I want to redirect to a file a text containing the string " | more". How can F> ECHO my text | more my text >> myfile.txt echo "my text | more my text" >> myfile.txt But this outputs also quotes. Unfor

[Freedos-user] | MORE as normal text?

2005-04-11 Thread Fox
Hi, That's not strictly FreeDOS related... I want to redirect to a file a text containing the string " | more". How can I do that? When I try ECHO my text | more my text >> myfile.txt FreeDOS try to deal with MORE.EXE, and I want just he write to the file my text... Is there any possibility f