Answers for "how to check history in cmd"

0

how to see the history of the cmd

doskey /history
Posted by: Guest on April-06-2022
2

search in history command windows

Yes you can using doskey instead of history in Windows! You only have to first 
create a storage file as:
doskey /h > c:\cmd_history.txt
Then just call your command history and filter your search as follows:
doskey /history | findstr "substring"
Posted by: Guest on October-15-2020

Code answers related to "how to check history in cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language