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?
Asked
Active
Viewed 2,309 times
1 Answers
2
You can list all defined macros by using
doskey /MACROS
Which is listed in the help, which you can view with
doskey /?

Jake H
- 1,720
- 1
- 12
- 13