Rob van der Woude's Scripting Pages

Help text for ClipboardPrepend.cs

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

ClipboardPrepend.exe,  Version 1.00
Send text to clipboard, prepending it to existing text in clipboard

Usage:    CLIPBOARDPREPEND.EXE  text

or:       somecommand  |  CLIPBOARDPREPEND.EXE

Where:    text          text to be prepended to clipboard
          somecommand   command whose output will be prepended 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.0197 seconds