[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Multiple questions on MS-DOS
- From: Enrico Colombini <erix@...>
- Date: Tue, 05 Jun 2007 10:51:28 +0200
Ketmar Dark wrote:
DOS is not Linux nor VT-100 emulator. %-) use int 10h or direct memory
access (yes, you need to write a C module for this %-).
If you have the ANSI driver (ANSI.SYS, if I remember correctly)
installed from CONFIG.SYS, you can control the cursor position in the
MS-DOS screen (and text color, and more) by printing out 'escape sequences'.
Enrico