Hi!
19-Май-2006 12:15 [EMAIL PROTECTED] (Lester Vedrox) wrote to
freedos-user@lists.sourceforge.net:
LV> However, you have to remember that Echo and Eecho work properly only when
LV> run at startup (they are placed in Config.sys).
Of course. For other times should work PROMPT.
LV> If you
Hi!
19-Май-2006 11:13 [EMAIL PROTECTED] (Lester Vedrox) wrote to
freedos-user@lists.sourceforge.net:
What's the Esc code in FreeDos Edit.exe v 0.7d?
If you give me link to this editor, I may try to check it.
LV> Here is the link:
LV> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/
All three methods of entering escape sequence work in Edit.exe v0.7d. However,
you have to remember that Echo and Eecho work properly only when run at startup
(they are placed in Config.sys). If you just want to test the colours from the
command line or from a test batch file you have to use Pro
> What's the Esc code in FreeDos Edit.exe v 0.7d?
>
> If you give me link to this editor, I may try to check it.
Here is the link:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/edit/
Then go to edit07d.zip
--
___
Surf the Web in a fas
Hi!
Lester Vedrox wrote:
"If you don't know how to insert ESC code in your favorite editor use eecho
command".
What's the Esc code in FreeDos Edit.exe v 0.7d?
If you give me link to this editor, I may try to check it. In other
editors there is usually special hotkey, which allows to en
Thanks, Arkady.
"If you don't know how to insert ESC code in your favorite editor use eecho
command".
What's the Esc code in FreeDos Edit.exe v 0.7d?
Lester
> - Original Message -
> From: "Arkady V.Belousov" <[EMAIL PROTECTED]>
> Lester Vedrox wrote:
>
> > The colour escape sequence i
Hi!
Lester Vedrox wrote:
The colour escape sequence in NANSI.SYS to get yellow letters on a black
background is:
SGR:ESC[33;40m
How the command line should exactly look like?
echo *[33;40m
-^
Note: instead "*" should be Esc code. If you don't know how to insert this
code (in your favor
The colour escape sequence in NANSI.SYS to get yellow letters on a black
background is:
SGR:ESC[33;40m
How the command line should exactly look like? Someone mentioned before
that it would work with ECHO. The following doesn't work:
C:\FDOS\BIN\NANSI.SYS /S SGR:ESC[33;40m
SGR:ESC[33;40 C:\