home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1997 March / Simtel-MSDOS-Mar1997-CD2.iso / 00_start / xxdecode.doc < prev    next >
Text File  |  1996-02-23  |  2KB  |  56 lines

  1.  
  2.             XXDECODE.DOC
  3.            by David Kirschbaum <kirsch@sesi.com>
  4.  
  5. XXDECODE xxdecodes xxencoded files to original binary form.  It is
  6. compatible with the Unix (and other) xxencode/xxdecode utilities.
  7.  
  8. Usage:
  9.  
  10.           XXDECODE<RETURN>
  11.     Displays usage message, prompts for input file name.
  12.  
  13.           XXDECODE [-o ][d:][\path\]filename.xxe
  14.     Produces a xxdecoded file, with the filename taken from
  15.     within the xxencoded 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.           XXDECODE /?  (or -?)
  21.     Writes a brief help screen to STDOUT and terminates.
  22.  
  23. Notes:
  24.  
  25. XXDECODE 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. XXDECODE will accept an input path\filename up to 80 chars long, and will
  30. prompt if none is specified.
  31.  
  32. A xxdecoded filename is taken from the xxencoded 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. xxencoded 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 xxencoders append a "checksum" character to the end of each
  46. xxencoded line.  XXDECODE ignores these.
  47.  
  48. xxencoded 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.  XXDECODE will handle those LF ends of line as well.
  51. you MAY get a "end not found" message, but the xxdecoded file will be
  52. intact.
  53.  
  54. Certain systems and mailers will strip off trailing spaces on lines.
  55. XXDECODE attempts to replace them.
  56.