home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / utilities / archive / uuxt / uuxt-gui.doc < prev    next >
Encoding:
Text File  |  1994-06-23  |  6.3 KB  |  148 lines

  1.         UUxT-GUI 1.0a -- 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.2 in your logical command path (i.e 'c:').
  20.  
  21. Intro
  22. -----
  23. UUxT-GUI is an intuition interface to UUxT 2.2.  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. Changes since 1.0
  31. -----------------
  32. Fixed a minor error in a requester.
  33.  
  34. Usage
  35. -----
  36. Below is a ASCII rendition of the UUxT-GUI window, when it is first started.
  37.      ____________________________________________________________
  38.     |+| UUxT-GUI Frontend v1.0 (c)1993 Asher Feldman             |
  39.     +------------------------------------------------------------+
  40.     |   ______________________        ______________________     |
  41.     |  |Source |              |      |Dest   |              |    |
  42.     |  +-------+--------------+      +-------+--------------+    |
  43.     |    (1)          (2)               (3)         (4)          |
  44.     |             ____________                 _____________     |
  45.     |  Operation |@| Decode   |      Lha Name |             |    |
  46.     |            +-+----------+               +-------------+    |
  47.     |                  (5)                          (6)          |
  48.     |                         _________                          |
  49.     |                        |  START  |                         |
  50.     |                        +---------+                         |
  51.     |                            (7)                             |
  52.     +------------------------------------------------------------+
  53.  
  54. (1) Source File Requester -- When you hit this gadget, a file requester
  55.     will open, allowing you to choose the "InFile".  You may double-click 
  56.     on a file name to select it.  When decoding, the Source is the file to 
  57.     be decoded.  When encoding the Source is the file to be encoded.
  58.  
  59. (2) Source String Box -- This is where the name of the Source is put. When
  60.     you choose a file from the requester, the name is but here.  You may 
  61.     also type into it manually.  You can only type ONE filename into this 
  62.     requester, as it everything in it is treated as a single file name, 
  63.     even if there are spaces.  There is one exception to this however, 
  64.     when you are doing a LhAencode.  In this instance, you may enter 
  65.     multiple file names, separated by a space.  All operations require
  66.     an Source.
  67.  
  68. (3) Dest File Requester -- When you hit this gadget, a file requester
  69.     will open.  This file requester allows you to choose the OutFile.  The
  70.     Dest is used only in encode operations, and is the file that the 
  71.     Source will be encoded to.  If you choose an already existing file,
  72.     then it will be overwritten when the encode operation begins.  So in
  73.     most cases you will probably make a new file. This requester is slightly 
  74.     different from the one used to select the Source, in that you
  75.     can create new directories from it.  To do so, just type in the name
  76.     of the new directory into the file requesters directory box. The 
  77.     directory will be created for you.  Also, you cannot choose a file by
  78.     double-clicking.  This is a precaution, as existing files are 
  79.     overwritten when encoding.
  80.  
  81. (4) Dest String Box -- This is where the name of the Dest is put.
  82.     you may type a file name manually into it.
  83.  
  84. (5) Operation Cycle Gadget -- This is where you select what UUxT will 
  85.     actually do.  There are four options, "Decode", "Encode", "LhAdecode",
  86.     and "LhAencode".  
  87.     
  88.     Decode:        UUdecodes the Source.
  89.  
  90.     Encode:        UUencodes the Source, to the Dest.
  91.  
  92.     LhAdecode:    UUdecodes the Source, than de-LhA's the resulting
  93.             file.
  94.  
  95.     LhAencode:    LhA's the Source(s), then UUencodes the resulting
  96.             LhA file.  This is the one option the requires a
  97.             file name in the "LhA Name" box.
  98.  
  99.         For more detailed information on these options, refer to 
  100.         "UUxT.doc".
  101.  
  102. (6) LhA Name String Box -- This is where you enter the name of the LhA file
  103.     that is created with the LhAencode option.  It is REQUIRED for the 
  104.     LhAencode option, however it isn't used with any other option.
  105.  
  106. (7) Once you have selected the desired Option, and the Source, Dest (if
  107.     encoding or LhAencoding), and LhA Name (only with LhAencode), hit the
  108.     start button.  The operation will be performed, and a requester will
  109.     pop up saying wether or not it was successful.
  110.  
  111. To be added in a future version, some day, some where....
  112. ---------------------------------------------------------
  113. In the next release, I plan to allow you to change the directory where
  114. destination files are put while decoding.  And that's all I can think
  115. of at the moment.  :-)
  116.  
  117. Disclaimer
  118. ---------- 
  119. The author is not responsible for any damage caused to your system by
  120. UUxT-GUI.
  121.  
  122. UUxT-GUI is Copyrighted (c)1993 by Asher Feldman.  It is not public domain.
  123. You may freely distribute UUxT-GUI, and use it for any non-commercial purpose 
  124. you wish, as long as you leave the original files intact. 
  125.  
  126. If you find UUxT useful, and would like to see further development of 
  127. UUxT-GUI and UUxT, please send a donation to the address below.
  128.  
  129. Thanks!
  130.  
  131. You can contact me at the following addresses:
  132.  
  133. E-Mail
  134. ------
  135. PORTAL:       Wizard0                       
  136. Internet:     Wizard0@cup.portal.com      
  137.               asher@shell.portal.com
  138.  
  139. US Snail:   (send checks here :-)                                                     
  140.                                                               
  141.         Asher Feldman                                         
  142.         4791 Calle de Tosca             
  143.         San Jose, CA  95118
  144.  
  145.  
  146.                                                        A. F.
  147.  
  148.