home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / starter / uudecode.doc < prev    next >
Text File  |  1994-03-07  |  2KB  |  56 lines

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