From WikiChip
Difference between revisions of "mirc/commands/clipboard"
< mirc‎ | commands

(Created page with "The '''/clipboard command''' copies text to the clipboard. == Synopsis == /clipboard [-an] <text> == Switches == * '''-a''' - Appends text to the end of the clipboard * '''...")
(No difference)

Revision as of 03:25, 1 December 2013

The /clipboard command copies text to the clipboard.

Synopsis

/clipboard [-an] <text>

Switches

  • -a - Appends text to the end of the clipboard
  • -n - Appends a $CRLF to the end of the text

Parameters

  • <text> - Text to be placed in clipboard

Example

;Clear the clipboard and put "Hello world!" in it
/clipboard Hello World!

Compatibility

Added: mIRC v5.1

Added On: 28/08/1997

Note: Individual switches were not taken into consideration.

See also