Reference Manual

NAME

cb - interact with the Windows Clipboard
SYNOPSIS
cb [size | dev | clear]
DESCRIPTION
Command cb prints the current text content of the Clipboard to STDOUT.
Command cb size prints the number of bytes of text currently on the Clipboard.
Command cb dev prints the status of the clipboard device.
Command cb clear clears the Clipboard.
NOTES
The NAT32 Clipboard Device clipboard supports manipulation of Windows CF_TEXT Clipboard data. All the standard device functions are supported and data can be redirected or piped in the usual manner. Redirection of HTML text to a browser device is particularly useful, because the text will then be rendered by the host system's Web Browser (usually Internet Explorer).
SEE ALSO
devs, shell, web
Edit this page