5 Command Prompt Tricks you don't know
We tend to use the command line a lot now a days, so we decided to show you 5 tips that we use in the command prompt that you can not know, read on to know what they are.
Sends the output of a command to the clipboardNote: this works for any command.How many times you use the ipconfig command just copy and paste the result? You will never do it again because you can simply send the output directly to the clipboard.
ipconfig | ClipOpen the command prompt from a folderHave you ever opened a command line and cd commands entered endless trying to get into a folder? If the answer is yes, then you will be happy to know that you can save a lot of time to open a command prompt in a folder from Windows Explorer. All you have to do is hold down the Shift key while right-clicking on a folder and the option shown in the context menu.Command HistoryChances are that you have pressed the button until you reach the above commands, but this can be a problem when you are trying to locate a particular command. Another way to look beyond the order is to use the command DOSKEY.
doskey / historyDrag and drop the file to change the current routeAnother trick if you're not a fan of opening a command line from the command context menu is the ability to drag and drop folders and system will automatically enter the folder path. You must enter the CD command and drag the previous folder actually change the path, but you can use the same technique to a lot of different commands.Run multiple commands at onceOur final trick of the day is a command line that many geeks you know, the ability to run multiple commands at once, the connection with marriage and trade. You can do this with all controls and can connect as many as you want:
Ipconfig && netstat Sharing is sexy
0 comments for this post
Leave a reply