From WikiChip
Difference between revisions of "mirc/commands/clipboard"
m (PatrolBot moved page /clipboard command - mIRC to mirc/commands/clipboard: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/clipboard Command}}{{mIRC menu}} |
The '''/clipboard command''' copies text to the clipboard. | The '''/clipboard command''' copies text to the clipboard. | ||
Revision as of 04:01, 4 January 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Template:mIRC menu 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 Aug 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also
mIRC commands list