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:
Displays doskey macros for all executables
doskey /macros:all
To delete a macro called vlist, type:
doskey vlist =
Check out the doskey documentation: