Hi Guys , Here are some CMD Trick which is used for those who are all working in the Command Prompt. This Trick may be Simple but it was too Effective when we are trying to copy the output from the Command prompt to other locations, Normally what we will do is to right click the menu and go to to the Edit option and select Mark option and then using the Mouse pointer we will select the Text from the Command Prompt and then we will use the Ctrl+V option to paste the copied content or the Output to the desired location.
But when we use this command we don't need to go to the Different kind of options and do some mouse clicking , we are just using the simple symbol for doing this operation , and that symbol is " | " . This Symbol is a Vertical Line which will be in your keyboard above the Backslash button, for using this symbol you need to use the Shift key. This symbol is used for the operation called as the Pipe Operation. I have given a small Example with the help of the operation.
Eg: ipconfig | clipbrd
Here the output of the ipconfig command will be stored in the Clipboard , hence we can copy any amount of data or the output of a command.
Need More : Check this site for more Explanation about commands http://ss64.com/nt/

0 comments:
Post a Comment