home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / compress / filearchivers / taui / taui.doc < prev    next >
Text File  |  1995-02-27  |  5KB  |  210 lines

  1. ************************************
  2.  
  3.  TAUI - The Archives User Interface
  4.  
  5. ************************************
  6.  
  7. TAUI is a short program that gives you
  8. a Magic User Interface for your lharc.
  9. TAUI uses MUI (the Magic User Interface),
  10. (c) Stefan Stuntz.
  11. (Though, Stefan, could you tell me why
  12.  to install the 2.0 includes to get 
  13.  the program run under MUI 2.0 ???)
  14. It should work with your lharc, though I
  15. have just tried lha yet. Every archives
  16. action is configured thru Tooltypes, so
  17. you can use any lharc.
  18.  
  19. Thanx to Stefan Stuntz for the MUI !
  20. (Sorry Stefan, haven't registered yet)
  21. Thanx also to Eric Totel for the MUI-Builder,
  22. which makes it easy to create Magic User
  23. Interfaces !
  24.  
  25. TAUI is Public Domain. It may be copied and 
  26. spread as long as data are stored on disk
  27. (and maybe longer ...). So go on and spread
  28. it. If you like the program send me a postcard
  29. - and if not, don't hold back...=:-)
  30. If you have some bucks left send it to Stefan
  31. Stuntz or Eric Totel for the wonderfull
  32. working enviroment.
  33.  
  34.  
  35. TAUI uses two parameter in the Command that
  36. is executet by TAUI-buttons. 
  37. <$arc> is replaced by TAUI with the archives
  38.        name.
  39. <$file> is a filename (if need), it is replaced
  40.        with an (guess what !) filename (yep !).
  41.  
  42. You will be asked by the program when $arc or
  43. $file is needed to be replaced. e.g. When
  44. the "Add"-button is pressed, a String-Requester
  45. pops up, and you are asked about the archives 
  46. name. TAUI replaces $arc with that string and
  47. $file with the names selected in the listview-
  48. gadgets. TAUI extracts or archives a file(s)
  49. from one listview to the other one. It does not
  50. matter if source-to-dest or dest-to-source.
  51. TAUI uses the active listview (where a border
  52. is around) as source ! To activate a listview,
  53. you have to select an item, it is not enough
  54. to click into the listview (that is MUI behavour).
  55. (Could be important, if you delete files !!)
  56.  
  57. If you want to read some .readme files (or anything
  58. else) you press the show button. It should 
  59. also be possible to few pictures with that button.
  60. I have configured Multiview to that button to 
  61. view my text files, but MultiView uses Datatypes
  62. to view things. So if you have the right Datatypes,
  63. ... Of course you could use your own viewer if you
  64. like. The viewer is started asynchronous.
  65.  
  66. So folks, I think that's all about TAUI. 
  67. If you have any ideas about TAUI let me know !
  68.  
  69. -------------
  70. New for V0.99 
  71.  
  72. Iconcreation for lharcs.
  73.  
  74. New Tooltype for the lha-extension. It is important for creating
  75. the icon. Some lharcs add their own extension. So TAUI has to 
  76. know how the lha ends.
  77.  
  78. All functions can be reached from pull down menus now. Some are
  79. dummys, thought.
  80. -------------
  81.  
  82. Jürgen Schober
  83. Muchargasse 35/4
  84. A-8010 Graz
  85. Austria
  86. --
  87. ADSP     : juergen@adsp.sub.org
  88. InterNet : point@sztma.tu-graz.ac.at
  89.  
  90.  
  91. 1. Tooltypes :
  92.  
  93. 1.1 Global Tooltypes
  94. --------------------
  95. 1.1.1 
  96.  
  97.     SOURCE=dh0:
  98.  
  99.     Default path for the Source-listview.
  100.  
  101. 1.1.2
  102.  
  103.     DEST=RAM:
  104.  
  105.     Default path for the Destination-listview.
  106.  
  107. 1.1.3
  108.  
  109.     ICONIFY
  110.  
  111.     If set, TAUI starts iconified
  112.  
  113. 1.1.4
  114.  
  115.     SHOW_INFO
  116.  
  117.     if set, TAUI shows .info files in the Listviews
  118.  
  119. 1.1.5 
  120.  
  121.     ARC_EXTENSION=.lha
  122.  
  123.     the extension added by the lharc. If you type the extension
  124.     into the string gadget, no extension will be added.
  125.  
  126. 1.2 Archive Functions
  127. ---------------------
  128. 1.2.1 ADD_ARC
  129.  
  130.     ADD_ARC=lha a $arc $file
  131.  
  132.     Add a file to your archive.
  133.  
  134.     lha ... the archivier
  135.  
  136.     $arc is replaced from TAUI
  137.     $file is (are) the selected file(s) 
  138.           in the filelist
  139.  
  140.     This command is executed when you press
  141.     the "Add"-button.
  142.  
  143. 1.2.2 
  144.  
  145.     LIST_ARC=lha l $arc
  146.  
  147.     Show's the contents of the lha in a con-window.
  148.  
  149.     This command is executed by pressing the
  150.     "List"-button.
  151.  
  152. 1.2.3
  153.  
  154.     TEST_ARC=lha t $arc
  155.  
  156.     Test the lha.
  157.  
  158.     This command is executed by pressing "Test".
  159.  
  160. 1.2.4 
  161.  
  162.     DEL_ARC=lha d $arc $file
  163.  
  164.     Deletes a file from your archive.
  165.  
  166.     $arc.... the archives name. replaced by TAUI.
  167.     $file... the file(pattern) to delete from 
  168.              your lha (TAUI askes for).
  169.  
  170.     Executed by "Delete"
  171.  
  172. 1.2.5
  173.  
  174.     EXT_ARC=lha x $arc $file
  175.  
  176.     Extractes a selected lha.
  177.  
  178.     $arc.... the archive to be extracted.
  179.     $file... dest-directory to extract to from the archives.
  180.  
  181.     Executed by pressing "Extract"
  182.  
  183. 1.2.6
  184.  
  185.     MOVE_ARC=lha m $arc $file
  186.  
  187.     Moves files into a lha.
  188.  
  189.     same as Add_Arc !
  190.  
  191.     The "Move" Button !
  192.  
  193. 1.3 Special Functions
  194.  
  195. 1.3.1
  196.  
  197.     TEXT_VIEWER=sys:Utilities/more
  198.  
  199.     The textviewer used to show textfiles.
  200.  
  201.     Used by the "Show" button.
  202.  
  203.  
  204.  
  205. 1.3.2
  206.  
  207. * MakeDir : Create a New Directory
  208. * Delete  : Delete a file or Directory
  209.  
  210.