I wrote a program for a friend a billion years ago. It was in DOS, and I used ANSI.SYS to do positioning and color and stuff. After Windows came along, this program worked great in a DOS box. But recently this friend did an upgrade to Windows 2000 and I can’t get ANSI.SYS to operate therein. ANSI.SYS exists in the \WINNT\SYSTEM32 dir, but loading it doesn’t seem to do anything.
Naturally, I don’t have source code for this program any more, so modifying the program isn’t in the cards.
Anyone have any thoughts of how to get ANSI.SYS functionality under Windows 2000?
I had seen the Microsoft article already, and unfortunately it didn’t help (I did do the obligatory google search before posting, believe me.)
Unfortunately, aaelghat’s solution didn’t work quite right; there were some timing issues, so half the screen would appear, then after pressing a key the rest would. Then it would immediately act on what the key stroke was, so that you never saw the second half of the screen.
But knowing that ANSI.EXE existed was great enlightenment, and I found something called ANSI.COM which is a TSR (remember those?) providing ANSI.SYS functionality. It actually works great; problem solved.