home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / arc / uuxt / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-21  |  3KB  |  112 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. UUxT
  6. .type
  7. Communications
  8. .short
  9. CLI/GUI-based UUEncoder/UUDecoder
  10. .description
  11.    UUxT is a full featured UUencode/decoder with the following features:
  12.  
  13.    o  File splitting by line or kbytes when encoding for easy
  14.       mailing/posting.  (Complete with header and footers that tell the
  15.       filename and part number after total number of parts.)
  16.  
  17.    o  Batch decoding.  (You can decode many files at once, as well as split
  18.       files without joining them.  UUxT also has wildcard support.)
  19.  
  20.    o  Batch encoding.  You can encode multiple files into one text file.
  21.  
  22.    o  Automatically skips over mail headers and other junk that can end
  23.       up in encoded files.
  24.  
  25.    o  Ability to LhA compress files for you, and then
  26.       uuencode the resulting compressed file, all in one step, thus
  27.       saving you time.  You can also decode and de-LhA in one step.
  28.  
  29.    UUxT also comes with UUxT-GUI 3.1, a full featured workbench interface
  30.    for UUxT.
  31.  
  32.    Changes since UUxT 3.0b (Public Release)
  33.    ----------------------------------------
  34.  
  35.    o  UUxT 3.1 is now an average of ten times faster then previous public
  36.       releases.
  37.  
  38.    o  UUxT-GUI is much stabler.
  39.  
  40.    o  UUxT-GUI no longer has a popup requester on startup.
  41.  
  42.    o  The InFiles list is cleared after each operation for you automatically
  43.       on the GUI.
  44. .version
  45. 3.1
  46. .date
  47. 1994.07.21
  48. .author
  49. Asher Feldman
  50. .requirements
  51. Requires reqtools.library (supplied)
  52. Certain features require LhA
  53. Extra options available under 2.0+
  54. .reference
  55. GoldFish-Vol2-2:BBS/util/UUxT-3.0b.lha
  56. 3.0b
  57. GoldFish-Vol2-1:Files/util/arc/UUxT/
  58. 3.0b
  59. FreshFish-Vol9-2:BBS/util/UUxT-3.0b.lha
  60. 3.0b
  61. FreshFish-Vol8-2:BBS/util/UUxT-3.0b.lha
  62. 3.0b
  63. FreshFish-Vol7:New/util/arc/UUxT/
  64. 3.0b
  65. FreshFish-Vol7:BBS/util/UUxT-3.0b.lha
  66. 3.0b
  67. AmigaLibDisk1007:Programs/UUxT/
  68. 3.0b
  69. FreshFish-Vol6:New/util/arc/UUxT/
  70. 3.0a
  71. FreshFish-Vol6:BBS/util/UUxT-3.0a.lha
  72. 3.0a
  73. AmigaLibDisk912:UUxT/
  74. 2.1
  75. .distribution
  76. Shareware
  77. .price
  78. $10 (US)
  79. .address
  80. 4791 Calle de Tosca
  81. San Jose, CA  95118
  82. USA
  83. .email
  84. asher@shell.portal.com
  85. .docs
  86. README
  87. REGISTRATION
  88. UUxT.guide
  89. .described-by
  90. Dan Fish (daf@starfish.amigalib.com)
  91. .submittal
  92. Downloaded via ftp from wuarchive.wustl.edu.
  93. .execute
  94. set choice `RequestChoice "UUxT" "Please select an option" "View Readme" "View Guide" "Run Program" "Cancel"`
  95. if $choice EQ "0"
  96.   quit 5
  97. endif
  98.  
  99. if $choice EQ "1"
  100.   MetaTool README TEXT
  101. endif
  102.  
  103. if $choice EQ "2"
  104.   MetaTool UUxT.guide GUIDE
  105. endif
  106.  
  107. if $choice EQ "3"
  108.   UUxT-GUI
  109. endif
  110. .aminet-dir
  111. util/arc
  112.