Rob van der Woude's Scripting Pages

Help text for ClipboardAppend.cs

(view help text of ClipboardAppend.cs as plain text)

ClipboardAppend.exe,  Version 1.00.1
Send text to clipboard, appending it to existing text in clipboard

Usage:    CLIPBOARDAPPEND.EXE  text

or:       somecommand  |  CLIPBOARDAPPEND.EXE

Where:    text          text to be appended to clipboard
          somecommand   command whose output will be appended to clipboard

Notes:    If the clipboard contains data other than text, it is overwritten.
          Return code ("ErrorLevel") -1 in case of (command line) errors,
          otherwise 0.

Written by Rob van der Woude
https://www.robvanderwoude.com

page last uploaded: 2022-10-05; loaded in 0.0199 seconds