home *** CD-ROM | disk | FTP | other *** search
- cbdump.c Written By Stephen Vermeulen (403) 282-7990
-
- PO Box 3295, Station B,
- Calgary, ALberta,
- CANADA, T2M 4L8.
-
- Permission to use and distribute this code is granted so long
- as Commodore's copyright notice stays intact.
-
- This program copys whatever is on the clipboard to the STDOUT
- this is useful during debugging clipboard i/o so that one can
- immediately examine the results of a clipboard write with a
- CLI command like:
-
- cbdump | type opt h
-
- or if you don't have pipes you can use redirection to put the
- contents of the clipboard into a file with a command like:
-
- cbdump >filename
-
- but beware of just doing a
-
- cbdump
-
- because the files on the clipboard will generally contain some
- unprintable binary characters...
-
-