home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / comm / Fido / MailManager / Contrib / Alessandro_Zummo / MM_MultiCode.doc < prev    next >
Text File  |  1995-05-11  |  2KB  |  49 lines

  1.  
  2.  
  3.                                                               
  4.  MM      _   _          __    __   __   ______            __ 
  5.         / \_/ \        / /  _/ /_ /_/  / __  /           / /
  6.        / \__/ /__  __ / /  /  __/__   / /  -'______ ____/ /______
  7.       / /  / // / / // /   / /  / /  / /    / __  // __  // ____/
  8.      / /  / // /_/ // /_  / /_ / /_ / /___ / /_/ // /_/ // __/_
  9.     /_/  /_//_____//___/ /___//___/ \____//_____//_____//_____/ 1.0
  10.                                                        
  11.                 Copyright © 1995 by Alessandro Zummo
  12.                                                       
  13.                 
  14.  WHAT IS
  15.  ~~~~~~~
  16.  
  17.  MM_MultiCode can (En|De)Code (UUCoded|FSCoded) files (from|to) a message                                                    
  18.  
  19.  
  20.  INSTALL
  21.  ~~~~~~~
  22.  
  23.  In your config file add this lines:
  24.  
  25.  #BROWSEMENU "Decode" "RX MM.Rexx/MM_MultiCode %a %n D" ""
  26.  #BROWSEMENU "Encode" "RX MM.Rexx/MM_MultiCode %a %n E" ""
  27.  #BROWSEMENU "(En|De)code" "RX MM.Rexx/MM_MultiCode %a %n" ""
  28.  
  29.  You can modify paths & some stuff by editing the script
  30.  
  31.  FEATURES
  32.  ~~~~~~~~
  33.  
  34.   ...is able to decode splitted (FSCoded|UUCoded) files...
  35.      (Use this script on every part (1..2..n) of the file) 
  36.  
  37.   ...is able to decode Multi Fscode file (also on different trheads)
  38.      (Use the script on every part in random order :))) )
  39.  
  40.   ...is able to encode (FSCod MULTI, UUCode SPLIT, FSCode SINGLE, 
  41.                        UUCode SINGLE)
  42.  
  43.  REQUIREMENTS
  44.  ~~~~~~~~~~~~
  45.  
  46.  FsCode 37.18a
  47.  
  48.  UUxt
  49.