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

clp command-line tool saves, restores and parses Windows Clipboard files (.CLP).

It is based on ClipboardDotNet library.

Syntax
clp </command> <file name>

/parse command parses .CLP file.

/text command extracts text from .CLP file.

/save command saves Clipboard content to .CLP file.

/restore command restores Clipboard content from .CLP file.

Examples
clp /parse c:\temp\clipboard.clp
clp /text c:\temp\clipboard.clp
clp /save c:\temp\clipboard.clp
clp /restore c:\temp\clipboard.clp
Clone this wiki locally