Save typed command history for future use
We often execute a lot of commands, on command prompt and then as soon as we close it, all the history is lost. This is especially very cumbersome, when you run down with huge commands.
After you're done with the all the commands, Just type doskey /history > D:\commands.log in your command prompt and boom, All the command prompt history will be saved in a file named commands.log in C directory.



Post a Comment