home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / packer / uuprep10 / uuprep.doc < prev    next >
Encoding:
Text File  |  1992-12-15  |  854 b   |  28 lines

  1. Documentation for UUPREP, Version 1.0,
  2.    written 1992 by Johannes Martin (JMARTIN@VZDMZX.ZDV.UNI-MAINZ.DE)
  3. ------------------------------------------------------------------------------
  4.  
  5.  
  6. Usage:
  7. ------
  8.   UUPREP <inputfile> <outputfile>
  9.  
  10.   Note: UUPREP will append ".uue" to both filenames
  11.  
  12.  
  13. Purpose:
  14. --------
  15.   UUPREP facilitates the decoding of binaries from comp.binaries.os2.
  16.   It expects an inputfile containing all articles that belong to one
  17.   binary in any order including headers and footers.
  18.   UUPREP save this articles in the correct order to the outputfile,
  19.   removing all headers and footers. After doing this it executes
  20.   "UUDECODE <outputfile>" to decode the binary.
  21.  
  22.  
  23. Compilation:
  24. ------------
  25.   To compile UUPREP type "make -f UUPREP.mak".
  26.   (I used emx/gcc to compile, but other compilers also should work)
  27.  
  28.