OT: I Need Help From Windows Experts

Kenneth Brody kenbrody at bestweb.net
Tue Jan 24 15:12:29 PST 2006


Quoting Bob Stockler (Tue, 24 Jan 2006 17:38:12 -0500):

> Thanks to all of you who have tried to help me with this
> Windows (Ugh!) problem, but I've given up.  In place of
> highlighting the month and date of interest in the 3-month
> calendar on Windows I'll place them with square brackets.
[...]
> Thanks for trying to help me do what Microsoft has made to be
> very difficult (or impossible).
[...]

Well, like I said at the start of this thread -- Windows NT/XP/2K/2K3
doesn't support interpreting of ansi escape sequences sent to stdout.
There are Windows API calls to do this, but they must be explicitly
called.

While someone else pointed out that there may be a Perl module that
can be loaded which will cause Perl to internally interpret the ansi
codes and call the appropriate API, for whatever reason it's not
working for you.

So, you either have to abandon using anything but plain text, or you
will have to code in a language that will allow to to call (either
implicitly or explicitly) the appropriate API functions.

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list