doskey /reinstall
doskey /reinstall
%subj% terminates (crash) cmd window, instead of clear command history buffer in Win10 19044 / 64bit. Anyone have this experince? Is there any other way to clear command history (e.g. powershell ??)
- Simon Sheppard
- Posts: 170
- Joined: 2021-Jul-10, 7:46 pm
- Contact:
Re: doskey /reinstall
Looks like that bug has been around for quite a while
a workaround is
via https://www.dostips.com/forum/viewtopic.php?f=3&t=5661
a workaround is
Code: Select all
rem Clear the command history
doskey /LISTSIZE=0
doskey /LISTSIZE=50