How to remove a doskey macro?
问题 I have created a doskey macro I want to remove. How do I delete it? How can I see all the macros I have created? 回答1: Check out the doskey documentation. How can I see all the macros I have created? doskey /macros:all How do I delete it? doskey macroname= ...where macroname is the name of your macro (effectively makes your macro blank). 来源: https://stackoverflow.com/questions/21464423/how-to-remove-a-doskey-macro