CLIP
suggest changePuts the piped input to the clipboard.
Not available in Windows XP.
Examples:
set | clip
Places the listing of environment variables to the clipboard.
clip < File1.txt
Places the content of File1.txt to the clipboard.
Links:
$ clip /?
CLIP
Description:
Redirects output of command line tools to the Windows clipboard.
This text output can then be pasted into other programs.
Parameter List:
/? Displays this help message.
Examples:
DIR | CLIP Places a copy of the current directory
listing into the Windows clipboard.
CLIP < README.TXT Places a copy of the text from readme.txt
on to the Windows clipboard.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents