Windows uses doskey
to do something like Unix's alias
. To display all existing Unix aliases I can simply type alias
with no arguments. However, on Windows, typing doskey
with no arguments does nothing. How can I display all existing doskeys?
You can list all defined macros by using
doskey /MACROS
Which is listed in the help, which you can view with
doskey /?