Quickie: Pipe output into Clipboard
September 24th, 2014
No comments
I just found one cool utility. It’s called clip.exe. You can use this utility to input the content from pipline into clipboard and then paste the content of clipboard where ever you want.
Here a example:
ipconfig /all | clip
When you run this all the output from command “ipconfig /all” is stored into windows clipboard. Now you can Paste (CTRL+V) this into any application you want.
When you want to read the content of any file into windows clipboard you can use following command:
clip < C:\kukuc.txt
This cool utility came with Windows Server 2003 (not in Windows XP) and stayed there until Windows 8 and Windows Server 2012 R2.
Have a good day,
Recent Comments