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?
How to remove a doskey macro?
Check out the doskey documentation:
Displays doskey macros for all executables
doskey /macros:all
To delete a macro called vlist, type:
doskey vlist =
when I define a doskey in the shell, if I close it the doskey is automatically removed. Is this its normal functionality or there is some other problem? –
Lutz
@Sajuuk Check out blogs.msdn.microsoft.com/andrewarnottms/2007/07/09/… –
Stanleystanly
© 2022 - 2024 — McMap. All rights reserved.