Jump to content

MS-DOS Editor

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 113.211.113.47 (talk) at 15:11, 10 May 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Muhammad Alif Adha Bin Samad .

The Editor may be used as a substitute for Windows Notepad on Windows 9x, although both are limited to small files only. MS-DOS versions are limited to approximately 300 kB, depending on how much conventional memory is free.[1] The Editor can edit files that are up to 65,279 lines and up to approximately 5 MB in size.[citation needed]

Versions

The Editor version 1.0 appeared in MS-DOS 5.00, PC DOS 5.0, OS/2, and Windows NT 4.0. These editors rely on QBasic 1.0. This version can only open one file, to the limit of DOS memory. It can also open the quick help file in a split window.

The Editor version 1.1 appeared in MS-DOS 6.0. It uses QBasic 1.1 but no new features were added to the Editor.

PC DOS 6 does not include the edit command. Instead, it has the DOS E Editor. This was upgraded to support mouse and menus in version of 7.0.

The Editor version 2.0 appeared with Windows 95, as standalone app that no longer requires QBasic. This version has been included with all "x86" SKUs of Windows, until Windows 11. Being a 16-bit DOS app, it does not directly run on x64, IA-64, or ARM64 versions of Windows.

The FreeDOS version was developed by Shaun Raven and is licensed under the GPL.[2]

Features

MS-DOS Editor uses a text user interface and its color scheme can be adjusted. It has a multiple-document interface in which its version 2.0 (as included in DOS 7 or Windows 9x) can open up to 9 files at a time while earlier versions (included in DOS 5 and 6) are limited to only one file. The screen can be split vertically into two panes which can be used to view two files simultaneously or different parts of the same file. It can also open files in binary mode, where a fixed number of characters are displayed per line, with newlines treated like any other character. This mode shows characters as hexadecimal characters (0-9 and A-F). Editor converts Unix newlines to DOS newlines and has mouse support. Some of these features were added only in version 2.0.

References

  1. ^ "Largest Document Size MS-DOS Editor Can Edit". 2003-05-12. Archived from the original on 2012-10-22. Retrieved 2008-06-12.
  2. ^ "ibiblio.org FreeDOS Package -- FreeDOS Edit (FreeDOS Base)".

Further reading