home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / decode / uud19.doc < prev    next >
Encoding:
Text File  |  1990-02-24  |  1.6 KB  |  54 lines

  1.  
  2. [File: UUD19.DOC]
  3.  
  4.             UUD19.DOC
  5.     by David Kirschbaum <kirsch@@ARSOCOMVAX.SOCOM.MIL>
  6.  
  7. UUD uudecodes uuencoded files to original binary form.  It is
  8. compatible with the Unix (and other) uuencode/uudecode utilities.
  9.  
  10. Usage:
  11.  
  12.           UUD<RETURN>
  13.     Displays usage message, prompts for input file name.
  14.  
  15.           UUD [d:][\path\]filename.uue
  16.     Produces a uudecoded file, with the filename taken from
  17.     within the uuencoded file (which might include a path).
  18.  
  19.  
  20. Notes:
  21.  
  22. WARNING: UUD does NOT check for existing files, and will gleefully
  23. write over them!  Check first!
  24.  
  25. UUD will accept an input path\filename up to 80 chars long, and will
  26. prompt if none is specified.
  27.  
  28. A uudecoded filename is taken from the uuencoded source file and is
  29. written to the current directory (or to the path included in the file
  30. header).
  31.  
  32. Input files may be any length.
  33.  
  34. Uuencoded file headers (mailing headers, etc.) need not be removed.
  35. However, any spurious lines between the "begin" and "end" lines MUST
  36. be removed.
  37.  
  38. Anything beyond the "end" line is ignored.  If no "end" is found, the
  39. output file is saved, but an error message is displayed.
  40.  
  41. Certain uuencoders append a "checksum" character to the end of each
  42. uuencoded line.  UUD ignores these.
  43.  
  44. Uuencoded files generated or moved through a Unix system may have LF
  45. (ASCII 10) line endings instead of the DOS-convention CR/LF (ASCII
  46. 13/10) endings.  UUD will handle those LF ends of line as well.  You
  47. MAY get a "end not found" message, but the uudecoded file will be
  48. intact.
  49.  
  50. Certain systems and mailers will strip off trailing spaces on lines.
  51. UUD attempts to replace them.
  52.  
  53.  
  54.