本文介绍了如何删除 doskey 宏?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我创建了一个想要删除的 doskey 宏.如何删除它?如何查看我创建的所有宏?
解决方案
查看 doskey 文档.
如何查看我创建的所有宏?
doskey/macros:all
如何删除它?
doskey 宏名=
...其中 macroname
是您的宏的名称(有效地使您的宏为空白).
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?
解决方案
Check out the doskey documentation.
doskey /macros:all
doskey macroname=
...where macroname
is the name of your macro (effectively makes your macro blank).
这篇关于如何删除 doskey 宏?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!