Useful Utility on Windows Shell to Copy Output Content to Clipboard


On windows command shell, there is a less-known command clip which is used to redirect the output to clipboard.  The text can then be pasted into other programs. The usage for clip is simple as it is. You can use pipeline to redirect the text output. For example, dir | clip will copy the output of the dir command to clipboard. Or you can use clip < a.text to paste the content of the file a.text to clipboard.

bfb82cda20ef23228a03a8f9e80ebbef Useful Utility on Windows Shell to Copy Output Content to Clipboard beginner DOS windows windows command shell

–EOF (The Ultimate Computing & Technology Blog) —

GD Star Rating
loading...
172 words
Last Post: Paste Command/Utility in Linux Shell
Next Post: Webhosting Review: Disappointing Fasthosts Web hosting, you break my heart

The Permanent URL is: Useful Utility on Windows Shell to Copy Output Content to Clipboard

Leave a Reply