-
Notifications
You must be signed in to change notification settings - Fork 4
clip
Vurdalakov edited this page Aug 10, 2015
·
3 revisions
clip command-line tool works with Windows Clipboard.
It is based on ClipboardDotNet library.
clip </command>
/erase or /e command erases Clipboard.
/parse or /p command parses Clipboard content.
/text or /t command extracts text Clipboard.
/formats or /f command lists all registered Clipboard formats.
clip /erase
clip /parse c:\temp\clipboard.clp
clip /text c:\temp\clipboard.clp
clip /formats