Jump to content

MS-DOS Editor: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Psc edits (talk | contribs)
No edit summary
Tags: Reverted references removed Visual edit Mobile edit Mobile web edit
Line 1: Line 1:
{{Infobox software
| name = MS-DOS Editor
| logo =
| screenshot = MSDOS Edit.png
| developer = [[Microsoft]]
| released = {{Start date and age|1991|06}}
| latest release version = 2.0.026
| latest release date = {{Start date and age|1995}}
| latest preview version =
| latest preview date =
| operating system = [[MS-DOS]], [[IBM PC DOS|PC DOS]], [[OS/2]], [[Microsoft Windows]]
| platform = [[Intel x86]], 16-bit
| genre = [[Text editor]]
| license = [[Proprietary software|Proprietary]] [[commercial software]]
| website = {{URL|https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/edit}}
}}
__NOTOC__
__NOTOC__
{{Refimprove|date=May 2008}}
{{Refimprove|date=March 1400}}
[[Muhammad Alif Adha Bin Samad]]
'''MS-DOS Editor''', commonly just called ''edit'' or ''edit.com'', is a [[Text-based user interface|TUI]] [[text editor]] that comes with [[MS-DOS]] 5.0 and later,<ref name="RUNNINGMSDOS">{{Cite book|author-last=Wolverton|author-first=Van|title=Running MS-DOS Version 6.22 (20th Anniversary Edition), 6th Revised edition|date=2003|publisher=[[Microsoft Press]]|isbn=0-7356-1812-7}}</ref> as well as all "x86" [[Stock keeping unit|SKU]]s of Windows, until [[Windows 11]]. It supersedes [[edlin]], the standard editor in earlier versions of MS-DOS. In MS-DOS, it was a stub for [[QBasic]] running in editor mode. Starting with [[Windows 95]], MS-DOS Editor became a standalone program because QBasic didn't ship with Windows.


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 {{nowrap|300 [[kilobyte|kB]],}} depending on how much [[conventional memory]] is free.<ref>{{cite web|url=http://support.microsoft.com/kb/63713|title=Largest Document Size MS-DOS Editor Can Edit|date=2003-05-12|archive-url=https://web.archive.org/web/20121022014157/http://support.microsoft.com/kb/63713|archive-date=2012-10-22|access-date=2008-06-12}}</ref> The Editor can edit files that are up to 65,279 lines and up to approximately 5&nbsp;[[megabyte|MB]] in size.{{Citation needed|date=July 2021}}
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 {{nowrap|300 [[kilobyte|kB]],}} depending on how much [[conventional memory]] is free.<ref>{{cite web|url=http://support.microsoft.com/kb/63713|title=Largest Document Size MS-DOS Editor Can Edit|date=2003-05-12|archive-url=https://web.archive.org/web/20121022014157/http://support.microsoft.com/kb/63713|archive-date=2012-10-22|access-date=2008-06-12}}</ref> The Editor can edit files that are up to 65,279 lines and up to approximately 5&nbsp;[[megabyte|MB]] in size.{{Citation needed|date=July 2021}}

Revision as of 23:34, 8 May 2022

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