Win7 Tips & Tricks ebook (Free)
I came across a very good book on the capabilities of Windows 7 (in English), it will be a good addition to my topic - Are you well prepared for using Windows 7? A few hot keys . I found a very useful clip utility there for myself :
Everyone knows since DOS that you can override the console output by writing, for example, example.exe >> 1.txt , then everything that example will output to the console (stream stdout) will be written to the 1.txt file . It turns out that you can use the c: \ dir | clip , then, everything that will be output by the dir command (more precisely, only stdout, namely the contents of this directory) will be written to the clipboard.