1

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?

MD XF
  • 7,860
  • 7
  • 40
  • 71

1 Answers1

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