home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / filutl / uudec01.lbr / 00README.1ST next >
Encoding:
Text File  |  1988-03-07  |  1.6 KB  |  48 lines

  1. ;    00README.1ST    VERS: 01.03    DATE: 06/10/87    TIME: 21:39
  2. ;    COPYRIGHT 1987 William P.N. Smith  -  Commercial use prohibited!
  3. ;
  4. ;    instructions for Z-80 assembly UUDECODE submitted to public domain
  5. ;    archives on SIMTEL20.ARPA    06/10/87    William P.N. Smith
  6.  
  7. The UUDCDZ80.LBR file contains the following programs:
  8.  
  9.     00README.1ST    the file you are reading now, instructions
  10.  
  11.     UUDECODE.COM    the assembled and linked UUDECODE program
  12.  
  13.     UNCR24.COM    LZW uncrunch program, to recover following files
  14.  
  15.     UUDECODE.MZC    main program for decoding
  16.     IFILEOPS.MZC    input file operations
  17.     OFILEOPS.MZC    output file operations
  18.     DELETE.MZC    routine to delete files (before overwriting)
  19.     PFN.MZC        print file name to console
  20.     STROUT.MZC    send string to console
  21.  
  22.     UUDECODE.DZC    documentation and further instructions
  23.  
  24. In order to just run the program, extract the file UUDECODE.COM from the
  25. library and call it up, giving it the name of the file to be decoded. ie:
  26.  
  27. A> UUDECODE FOOBAR.UUE
  28.  
  29. To rebuild or enhance the program from the sources, unpack the *.?Z? files
  30. and uncrunch them with UNCR24.COM, and read the documentation.
  31.  
  32. As usual, feel free to make unlimited numbers of free copies and distribute
  33. them widely, but I retain all commercial rights, and my lawers will call on
  34. your lawers if you sell this or any of its' derivatives for a profit.
  35.  
  36. Feedback is more than welcome:
  37.  
  38.     William P.N. Smith
  39.     Waldingfield Road
  40.     Hamilton, MA  01936-0150
  41.  
  42. Internet:    w_smith@wookie.dec.com
  43.         w_smith%wookie.dec.com@decwrl.dec.com
  44. USENET:        {usenet backbone}!decwrl!wookie.dec.com!w_smith
  45.  
  46.  
  47.                             06/10/87    WPNS
  48.