Friday, December 6, 2019

Useful Windows Command Prompt Tricks

1. Command History

Using this command, you can track down your command history. This will turn out to be useful when you are trying to look for some command that you’ve used in the past, but can’t remember.

Command :
 doskey /history

2.Send output to clipboard

Very often, you might have felt the need to save the output of a command? Usually, people use copy and paste. However, using a simple command, you can send the command’s output to the Windows clipboard. Here’s how to send the ipconfig information:

Command :
         ipconfig|clip

No comments:

Post a Comment