home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0970.lha / UUCode / Readme < prev    next >
Text File  |  1993-08-24  |  2KB  |  57 lines

  1.          uuencode/uudecode V36.6 by Ralph Seichter.
  2.    Copyright (c) 1993 Ralph Seichter. All rights reserved.
  3.    =======================================================
  4.  
  5. These tools are FREELY DISTRIBUTABLE. Copying and spreading is encouraged,
  6. as long as you don't charge anyone for giving him / her the tools. Please
  7. note that the Copyright is mine, this is *NOT* public domain software!
  8. Permission is hereby granted to include the complete (!) archive in all
  9. non-profit public domain software series like Fred Fish, SaarAG, etc.
  10.  
  11. Although there are numerous UU-tools around, I failed to find stand-alone
  12. versions which were both reliable and fast, so I decided to write optimized
  13. uuencode and uudecode programs.  As they were designed for the Amiga and
  14. the SAS/C 6.3 development system, the source will probably not compile on
  15. other platforms, but there's enough stuff around for non-Amigas.  I tested
  16. my tools with MungWall and Enforcer, so there should be no trouble (but I
  17. won't guarantee proper behaviour, of course).
  18.  
  19. The files uuencode030 and uudecode030 are optimized for Amigas with 68030
  20. CPU (or higher), using them with a smaller CPU will crash your system!
  21.  
  22. ==========
  23.  
  24.    uuencode FROM/A/M,TO/A/K,NOCHECKSUM/S,XCHECKSUM/S
  25.  
  26. will encode one or more input file(s) to one output file.  As a default, a
  27. line checksum will be generated.  You can force this line checksum byte to
  28. be 'X' by using the XCHECKSUM switch or suppress it using NOCHECKSUM (which
  29. I personally don't consider a wise thing, the switch was included only for
  30. compatibility reasons).
  31.  
  32.    uuencode foo TO bar
  33.    uuencode foo bar yo TO ram:foobaryo NOCHECKSUM
  34.  
  35. ==========
  36.  
  37.    uudecode FROM/A/M,PATH/K,NOCHECKSUM/S
  38.  
  39. decodes one or more input file(s). If you don't specify an output path, the
  40. current directory will be used. The NOCHECKSUM switch is for compatibility
  41. purposes only and shouldn't be used in most cases. However, some files may
  42. decode ok if you use the switch (like the ones with 'X' line checksums).
  43.  
  44.    uudecode foo
  45.    uudecode foo bar yo TO sys:utilities/ NOCHECKSUM
  46.  
  47. ==========
  48.  
  49. Please send comments, suggestions and gifts of any kind to:
  50.  
  51.    Ralph Seichter          Z-Netz : R.SEICHTER@DARKNESS.ZER
  52.    Deutscher Ring 6        Usenet : rseichter@darkness.gun.de
  53.    50354 Huerth
  54.    Federal Republic of Germany
  55.  
  56. -EOF-
  57.