How to remove a doskey macro?

久未见 提交于 2021-02-07 05:26:07

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!