DOSKEY.COM
   HOME

TheInfoList



OR:

DOSKEY is a command for DOS, IBM OS/2,
Microsoft Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
, and
ReactOS ReactOS is a free and open-source operating system for amd64/i686 personal computers intended to be binary-compatible with computer programs and device drivers made for Windows Server 2003 and later versions of Windows. ReactOS has been noted a ...
that adds command history,
macro Macro (or MACRO) may refer to: Science and technology * Macroscopic, subjects visible to the eye * Macro photography, a type of close-up photography * Image macro, a picture with text superimposed * Monopole, Astrophysics and Cosmic Ray Observat ...
functionality, and improved editing features to the command-line interpreters
COMMAND.COM COMMAND.COM is the default command-line interpreter for MS-DOS, Windows 95, Windows 98 and Windows Me. In the case of DOS, it is the default user interface as well. It has an additional role as the usual first program run after boot (init proc ...
and cmd.exe.


History

The command was included as a TSR program with MS-DOS and PC DOS versions 5 and later, then Windows 9x, and finally Windows 2000 and later. In early 1989, functionality similar to DOSKEY was introduced with
DR-DOS DR-DOS (written as DR DOS, without a hyphen, in versions up to and including 6.0) is a disk operating system for IBM PC compatibles. Upon its introduction in 1988, it was the first DOS attempting to be compatible with IBM PC DOS and MS-D ...
3.40 with its HISTORY
CONFIG.SYS CONFIG.SYS is the primary configuration file for the DOS and OS/2 operating systems. It is a special ASCII text file that contains user-accessible setup or configuration directives evaluated by the operating system's DOS BIOS (typically residing ...
directive. This enabled a user-configurable console input history buffer and recall as well as pattern search functionality on the console driver level, that is, fully integrated into the operating system and transparent to running applications. In the summer of 1991, DOSKEY was introduced in MS-DOS/PC DOS 5.0 in order to provide some of the same functionality. DOSKEY also added a macro expansion facility, though special support was required before applications such as command line processors could take advantage of it. Starting with
Novell DOS 7 DR-DOS (written as DR DOS, without a hyphen, in versions up to and including 6.0) is a disk operating system for IBM PC compatibles. Upon its introduction in 1988, it was the first DOS attempting to be compatible with IBM PC DOS and MS-D ...
in 1993, the macro capabilities were provided by an external DOSKEY command as well. In order to also emulate the DOSKEY history buffer functionality under DR-DOS, the DR-DOS DOSKEY worked as a front end to the resident history buffer functionality, which remained part of the kernel. DOSKEY has also been included in IBM OS/2 Version 2.0. In current Windows NT-based operating systems, the DOSKEY functionality is built into CMD.EXE, although the DOSKEY command is still used to change its operation. The DOSKEY command is not available in FreeDOS, which has such features built into the command interpreter.


Usage


Command switches

DOSKEY allows the use of several command switches: DOSKEY switch ... acroname=[text ; :Installs a new copy of DOSKEY. ;''[size">ext.html" ;"title="acroname=[text">acroname=[text ; :Installs a new copy of DOSKEY. ;''[size' :Sets size of command history buffer to ''size''. ; :Displays all DOSKEY macros. :; ::Displays all DOSKEY macros for all executables which have DOSKEY macros. :;''[executable name]'' ::Displays all DOSKEY macros for the given executable. ; :Displays all commands stored in memory. ; :Specifies that new text typed is inserted in old text. ; :Specifies that new text overwrites old text. ;exename :Specifies the executable. ;filename :Specifies a file of macros to install. ; :(undocumented - since MS-DOS 7) ; :(undocumented - since MS-DOS 7) ; :(undocumented - since MS-DOS 7) ; :(undocumented - since MS-DOS 7) ; :(undocumented - since MS-DOS 7) ;'' acroname' :Specifies a name for a macro created. ;''
ext Ext, ext or EXT may refer to: * Ext functor, used in the mathematical field of homological algebra * Ext (JavaScript library), a programming library used to build interactive web applications * Exeter Airport (IATA airport code), in Devon, England ...
' :Specifies commands to record.


Keyboard shortcuts

During a DOSKEY session, the following keyboard shortcuts can be used: ; and :Recall commands ; :Clears command line ; :Clears command line from the cursor to the beginning of the line. ; :Clears command line from the cursor to the end of the line. ; :Displays command history ; :Clears command history ; :Searches command history ; :Selects a command by number ; :Clears macro definitions


Command macros

DOSKEY implements support for command macros, a simple text-substitution facility which is used somewhat like command line aliases in other environments. ; :Command separator. Allows multiple commands in a macro. ;– :Batch parameters. Equivalent to - in batch programs. ; :Symbol replaced by everything following the macro name on command line.


Alternatives

The absence of a command history in COMMAND.COM was a serious inconvenience ever since the earliest versions of MS-DOS. Numerous third-party programs have been written to address the issue; many were available long before Microsoft supplied DOSKEY. Some of them, including
JP Software 4DOS is a command-line interpreter by JP Software, designed to replace the default command interpreter COMMAND.COM in Microsoft DOS and Windows. It was written by Rex C. Conn and Tom Rawson and first released in 1989. Compared to the default, ...
's
4DOS 4DOS is a command-line interpreter by JP Software, designed to replace the default command interpreter COMMAND.COM in Microsoft DOS and Windows. It was written by Rex C. Conn and Tom Rawson and first released in 1989. Compared to the default, ...
and NDOS, also provide additional editing capabilities lacking in DOSKEY, such as filename completion. Some of the better-known DOSKEY alternatives are Jack Gersbach's DOSEDIT, Chris Dunford's CED, Sverre Huseby's DOSED, Ashok Nadkarni's CMDEDIT, Steven Calwas's ANARKEY, Eric Tauck's TODDY, and enhanced DOSKEY written by Paul Houle. Paul Houle's Enhanced DOSKEY is designed to be an enhanced drop-in replacement for the DOSKEY.COM that ships with MS-DOS and Windows 9x/ Windows Me. It also has a smaller disk and memory-resident footprint. The primary added feature is command and file "auto-completion" via the
Tab key The tab key (abbreviation of tabulator key or tabular key) on a keyboard is used to advance the cursor to the next tab stop. History The word ''tab'' derives from the word ''tabulate'', which means "to arrange data in a tabular, or table, fo ...
. Version 2.5, released in 2014, also adds full support for
long filename Long filename (LFN) support is Microsoft's backward-compatible extension of the 8.3 filename (short filename) naming scheme used in DOS. Long filenames can be more descriptive, including longer filename extensions such as .jpeg, .tiff, .html, a ...
s (LFN).


See also

* List of DOS commands


References


Further reading

* * * * (NB. NWDOSTIP.TXT is part of MPDOSTIP.ZIP, maintained up to 2001 and distributed on many sites at the time. The provided link points to a HTML-converted older version of the NWDOSTIP.TXT file.)


External links


doskey , Microsoft DocsPaul Houle's enhanced DOSKEY
{{Windows commands External DOS commands OS/2 commands ReactOS commands Utilities for Windows Windows administration