home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d912 / uuxt.lha / UUxT / UUxT-GUI.doc < prev    next >
Text File  |  1993-10-03  |  6KB  |  138 lines

  1.         UUxT-GUI 1.0 -- Intuition Frontend for UUxT
  2.         -------------------------------------------
  3. Written by Asher Feldman
  4. ------------------------
  5.  
  6. NOTE:  UUxT-GUI should be used with UUxT version 2.1 ONLY.  It will
  7.       not function correctly when used with previous versions.
  8.  
  9. UUxT-GUI requires reqtools.library V38 or higher in your libs: directory.
  10. To install reqtools.library, execute the included install script, or 
  11. double-click on the install icon from workbench.  Reqtools.library is
  12. (c) 1991/1992 Nico François.  Thanks!!
  13.  
  14. UUxT-GUI requires LhA in your logical command path (i.e. 'c:') for the
  15. "LhAencode", and "LhAdecode" options.  LhA is copyrighted 1992 by Stefan 
  16. Boberg.  If you do not have LhA, it is available on most networks, as well
  17. as the fish disks.
  18.  
  19. UUxT-GUI requires UUxT 2.1 in your logical command path (i.e 'c:').
  20.  
  21. Intro
  22. -----
  23. UUxT-GUI is an intuition interface to UUxT 2.1.  It has a slick 3D look, 
  24. even under 1.3.  It allows you to do nearly everything UUxT can do, but 
  25. from the workbench.  The only thing the workbench frontend will not let 
  26. you do is to decode or encode multiple uuencoded files.  This should be 
  27. ramified in the next release.  You can however LhA + UUencode multiple 
  28. files from UUxT-GUI.
  29.  
  30. Usage
  31. -----
  32. Below is a ASCII rendition of the UUxT-GUI window, when it is first started.
  33.      ____________________________________________________________
  34.     |+| UUxT-GUI Frontend v1.0 (c)1993 Asher Feldman             |
  35.     +------------------------------------------------------------+
  36.     |   ______________________        ______________________     |
  37.     |  |InFile |              |      |OutFile|              |    |
  38.     |  +-------+--------------+      +-------+--------------+    |
  39.     |    (1)          (2)               (3)         (4)          |
  40.     |             ____________                 _____________     |
  41.     |  Operation |@| Decode   |      Lha Name |             |    |
  42.     |            +-+----------+               +-------------+    |
  43.     |                  (5)                          (6)          |
  44.     |                         _________                          |
  45.     |                        |  START  |                         |
  46.     |                        +---------+                         |
  47.     |                            (7)                             |
  48.     +------------------------------------------------------------+
  49.  
  50. (1) InFile File Requester -- When you hit this gadget, a file requester
  51.     will open, allowing you to choose the "InFile".  You may double-click 
  52.     on a file name to select it.  When decoding, the infile is the file to 
  53.     be decoded.  When encoding the infile is the file to be encoded.
  54.  
  55. (2) InFile String Box -- This is where the name of the InFile is put. When
  56.     you choose a file from the requester, the name is but here.  You may 
  57.     also type into it manually.  You can only type ONE filename into this 
  58.     requester, as it everything in it is treated as a single file name, 
  59.     even if there are spaces.  There is one exception to this however, 
  60.     when you are doing a LhAencode.  In this instance, you may enter 
  61.     multiple file names, separated by a space.  All operations require
  62.     an infile.
  63.  
  64. (3) OutFile File Requester -- When you hit this gadget, a file requester
  65.     will open.  This file requester allows you to choose the OutFile.  The
  66.     outfile is used only in encode operations, and is the file that the 
  67.     infile will be encoded too.  If you choose an already existing file,
  68.     then it will be overwritten when the encode operation begins.  So in
  69.     most cases you will probably make a new file. This requester is slightly 
  70.     different from the one used to select the infile, in that you
  71.     can create new directories from it.  To do so, just type in the name
  72.     of the new directory into the file requesters directory box. The 
  73.     directory will be created for you.  Also, you cannot choose a file by
  74.     double-clicking.  This is a precaution, as existing files are 
  75.     overwritten when encoding.
  76.  
  77. (4) OutFile String Box -- This is where the name of the OutFile is put.
  78.     you may type a file name manually into it.
  79.  
  80. (5) Operation Cycle Gadget -- This is where you select what UUxT will 
  81.     actually do.  There are four options, "Decode", "Encode", "LhAdecode",
  82.     and "LhAencode".  
  83.     
  84.     Decode:        UUdecodes the infile.
  85.  
  86.     Encode:        UUencodes the infile, to the outfile.
  87.  
  88.     LhAdecode:    UUdecodes the infile, than de-LhA's the resulting
  89.             file.
  90.  
  91.     LhAencode:    LhA's the infile(s), then UUencodes the resulting
  92.             LhA file.  This is the one option the requires a
  93.             file name in the "LhA Name" box.
  94.  
  95.         For more detailed information on these options, refer to 
  96.         "UUxT.doc".
  97.  
  98. (6) LhA Name String Box -- This is where you enter the name of the LhA file
  99.     that is created with the LhAencode option.  It is REQUIRED for the 
  100.     LhAencode option, however it isn't used with any other option.
  101.  
  102. (7) Once you have selected the desired Option, and the InFile, OutFile (if
  103.     encoding or LhAencoding), and LhA Name (only with LhAencode), hit the
  104.     start button.  The operation will be performed, and a requester will
  105.     pop up saying wether or not it was successful.
  106.  
  107. Disclaimer
  108. ---------- 
  109. The author is not responsible for any damage caused to your system by
  110. UUxT-GUI.
  111.  
  112. UUxT-GUI is Copyrighted (c)1993 by Asher Feldman.  It is not public domain.
  113. You may freely distribute UUxT-GUI, and use it for any non-commercial purpose 
  114. you wish, as long as you leave the original files intact. 
  115.  
  116. If you find UUxT useful, and would like to see further development of 
  117. UUxT-GUI and UUxT, please send a donation to the address below.
  118.  
  119. Thanks!
  120.  
  121. You can contact me at the following addresses:
  122.  
  123. E-Mail
  124. ------
  125. PORTAL:       Wizard0                       
  126. Internet:     Wizard0@cup.portal.com      
  127.               asher@shell.portal.com
  128.  
  129. US Snail:   (send checks here :-)                                                     
  130.                                                               
  131.         Asher Feldman                                         
  132.         4791 Calle de Tosca             
  133.         San Jose, CA  95118
  134.  
  135.  
  136.                                                        A. F.
  137.  
  138.