Actions
  Clipboard » History » Revision 1
    Revision 1/7
      | Next »
    
    Per Amundsen, 02/09/2014 03:30 PM 
    
    
/clipboard [-an] <text>
Copies <text> to the clipboard.
Switches
-a - Appends the text to current clipboard text instead.
-n - Adds \r\n at the end of the text.
Parameters
<text> - Text to add.
Example
;Adds 'clip' to the clipboard /clipoard clip ;Append 'board' to the clipboard so result becomes 'clipboard' /clipoard -a board
Updated by Per Amundsen over 11 years ago · 7 revisions