Executes the Doskey program, which recalls commands and creates macros.
doskey [/reinstall] | [/listsize=size] | [/macros:[all | exename]] | [/history] | [/insert|] | [/overstrike] | [/exename=exename] | [/macrofile=filename] | [macroname=[text]]
| Parameters | |
|---|---|
| | |
| Parameter | Purpose |
| | |
| [/reinstall] | Installs a new copy of Doskey. |
| [/listsize=size] | Sets the maximum number of commands contained in the history buffer. |
| [/macros] | Displays macros. |
| [all] | Displays macros for all executables. |
| [exename] | Displays the specified executable's macro. |
| [/history] Displays commands currently stored in memory. | |
| [/insert | /overstrike] | Specifies the insert mode. |
| [/exename=exename] | Identifies the program that will run the macro. |
| [/macrofile=filename] | Identifies the file that contains macros to be installed. |
| [macroname=[text]] | Creates a macro and assigns the commands set by text. |