mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
18 lines
382 B
Markdown
18 lines
382 B
Markdown
---
|
|
title: ANSI codes in COMMAND.COM
|
|
layout: default
|
|
created: 2008-07-15 00:05:00 +0200
|
|
updated: 2008-07-15 00:05:00 +0200
|
|
toc: false
|
|
tags:
|
|
- know-how
|
|
- software
|
|
- windows
|
|
---
|
|
To enable ANSI control codes in `command.com`, add the following line to `%SystemRoot%\system32\CONFIG.NT`:
|
|
|
|
DEVICE=%SystemRoot%\system32\ANSI.SYS
|
|
|
|
|
|
*[ANSI]: American National Standards Institute
|