home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 365.lha / CBDump / readme < prev    next >
Text File  |  1990-04-10  |  799b  |  29 lines

  1.   cbdump.c  Written By Stephen Vermeulen (403) 282-7990
  2.  
  3.             PO Box 3295, Station B,
  4.             Calgary, ALberta,
  5.             CANADA, T2M 4L8.
  6.  
  7.   Permission to use and distribute this code is granted so long
  8.   as Commodore's copyright notice stays intact.
  9.  
  10.   This program copys whatever is on the clipboard to the STDOUT
  11.   this is useful during debugging clipboard i/o so that one can
  12.   immediately examine the results of a clipboard write with a
  13.   CLI command like:
  14.  
  15.       cbdump | type opt h
  16.  
  17.   or if you don't have pipes you can use redirection to put the
  18.   contents of the clipboard into a file with a command like:
  19.  
  20.       cbdump >filename
  21.  
  22.   but beware of just doing a
  23.  
  24.       cbdump
  25.  
  26.   because the files on the clipboard will generally contain some
  27.   unprintable binary characters...
  28.  
  29.