home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / arc / UU-Coder / FastDecode / FastDecode.doc < prev    next >
Encoding:
Text File  |  1995-01-16  |  1.8 KB  |  56 lines

  1.                               FastDecode v1.0
  2.                          (c) 1995 Carsten Gerlach
  3.  
  4. Preface
  5. ~~~~~~~
  6.  
  7. FastDecode is yet another uudecoding utility. There are lots of those
  8. programs around, but this one fits my personal needs best :-)
  9.  
  10. Features of FastDecode:
  11.  . faster than all decoders I know (at least two times faster than UUxT)
  12.  . decodes splitted files, you don't have to join them
  13.  . decodes many files at once
  14.  
  15. FastDecode needs at least OS2.0.
  16.  
  17. The program and this documentation is (c) by Carsten Gerlach.
  18. This is freeware. Send me a gift if you like it ;-) 
  19. You may freely use and distribute it as long as the program and this
  20. documentation are left unchanged.
  21.  
  22. No guarantee of any kind is given that the programs described in this
  23. document are 100% reliable. You are using this material on your own
  24. risk.
  25.  
  26.  
  27.  
  28. Usage
  29. ~~~~~
  30.  
  31. Usage   : FastDecode [-o] file...file
  32. Options : -o<Path>   - sets the output path, i.e. "-oDF0:"
  33.  
  34. You can specify as many files as you want. FastDecode does no pattern
  35. matching (this is your shell's job :-)
  36.  
  37. Example: FastDecode -oRAM: file1.uue file2.uue
  38.          (decodes file1.uue and file2.uue to ram:)
  39.  
  40.  
  41.  
  42. Hints & Tips
  43. ~~~~~~~~~~~~
  44.  
  45. If you want to decode splitted files, you don't have to join the parts or
  46. remove the garbage lines like header information, signatures etc.
  47. Just specify all parts in the right order, i.e. "FastDecode part1 part2".
  48. FastDecode can automatically skip lines which contain no uuencoded data.
  49. Because of that feature you won't get any error messages when you try to
  50. decode a corrupt file. The only error message you get is when the file size
  51. doesn't match the file size specified in the "size"-line.
  52.  
  53. -- 
  54. \ Carsten Gerlach, Falkentaler Steig 95a, 13467 Berlin, Germany
  55.  \ EMail: gerlo@lbcmbx.in-berlin.de | Phone: +49 030 4049763
  56.