Skip to content
Vurdalakov edited this page Aug 10, 2015 · 3 revisions
Overview

clip command-line tool works with Windows Clipboard.

It is based on ClipboardDotNet library.

Syntax
clip </command>

/erase command erases Clipboard.

/parse command parses Clipboard content.

/text command extracts text Clipboard.

/formats command lists all registered Clipboard formats.

Examples
clip /erase
clip /parse c:\temp\clipboard.clp
clip /text c:\temp\clipboard.clp
clip /formats

Clone this wiki locally