DOSKEY COMMAND:-
When we give the command doskey, first it allocates some memory to store the command lines and stores whatever command we give into the memory.
Syntax:-
doskey[options]
Command history management keys in doskey:-
F7 |
Display entire or recorded commands. Complete with identifying entry numbers. |
F9-- |
Select a command by its entry number. |
alt+f7 |
Erase the entire internal command history |
alt+f10 |
Erase the macros in memory |
pageup- |
Display the oldest command in the history |
Pagedown |
Display the recent command in the history |
Uparrow |
Display the preceding command from the list. |
down arrow |
Display the next command in the list. |
escape |
Erase the currently displayed command line. |