ClipCmd - Copyright Incode Systems, Inc. 2007.
Version 0.91.1 www.incodesystems.com
Usage: [options] [FileName]
ClipCmd reads and writes to and from the clipboard.
Version 0.91.1
www.incodesystems.com
Options:
-? or -Help (this usage)
-Clear (or -c) clears the clipboard
-ClipFormats (or -cf) writes tab-delimited format number and name to StdOut
-HasFormat (or -hf) ERRORLEVEL 1 if given format is NOT on the clipboard
example: -hf Text (or Bitmap, MetaFile, or a number for custom formats)
(if format is not given, default is Text)
-ReadFrom (or -r) reads FileName to clipboard (default)
-WriteTo (or -w) writes clipboard to FileName
FileName is the name of the file to read from or write to.
If FileName contains spaces, surround with double quotes.
If FileName is not given, default is Standard Input / Output