The archive includes three programs.

Registration: $25 for the set.

Clipboard for REXX
~~~~~~~~~~~~~~~~~~
This program permits text mode REXX programs to access the clipboard.

File: Clipbrd.ZIP
Installation: Unzip, then put the EXE on the path. Put a program object referencing it in Startup.
Operation: Call the functions from REXX. For details see Clipbrd.TXT in the ZIP.

Clipboard Filler
~~~~~~~~~~~~~~~~
Clipboard Filler is a program to simplify the copying of data into a program that requires a number of separate paste operations (eg pasting information into a DDE-less program that uses separate entry fields). 

See the HLP file for more details.

File: CLIPFILL.ZIP
Installation: Unzip.
Operation: Run EXE, use Ctrl-Alt-Shift to change the clipboard.
De-installation: Delete the files.

ClipIt!
~~~~~~~
Runs in the background and logs the contents of the clipboard to a file (or into the program's own Multi-Line Entry Field or a System Editor window) every time it changes. Can be regarded as the inverse of Clipboard Filler, above: useful for taking data out of DDE-less multi-field programs and concatenating it into a single chunk of data.

File: ClipIt!.EXE
Installation: None.
Operation: Run EXE.
De-installation: Delete.

Clipboard Converter
~~~~~~~~~~~~~~~~~~~
Automatically modifies the clipboard contents (using a REXX macro) every time a new string is placed on the clipboard. See CONVERTCLIP.CMD for more information. Note: ClipConv makes a small window on the screen which is nearly totally inactive. Its only purpose is to provide a way to exit ClipConv - close the window and the clipboard will no longer be monitored.

File: ClipConv.ZIP
Installation: Unzip.
Operation: Set up CONVERTCLIP.CMD to do the conversion required; set the working directory of ClipConv.EXE to the directory containing CONVERTCLIP.CMD; run ClipConv.EXE
