User Tip #181: Command Interpreter Ansi Support

Hits: Failed to execute CGI : Win32 Error Code = 3


If you want ansi support for Windows NT, Windows 2000 or Windows XP, you need to load the ansi.sys driver when the command.com shell interpreter loads. The best approach is to create a new shortcut for command.com such that the ansi.sys driver is available when it opens.

Create config file %systemroot%\system32\ansi.nt and include the following config commands:


dosonly
device=%systemroot%\system32\ansi.sys
device=%SystemRoot%\system32\himem.sys
files=40
dos=high,umb

Any DOS applications you run in this command shell will now have ANSI support.