************************************ TAUI - The Archives User Interface ************************************ TAUI is a short program that gives you a Magic User Interface for your lharc. TAUI uses MUI (the Magic User Interface), (c) Stefan Stuntz. (Though, Stefan, could you tell me why to install the 2.0 includes to get the program run under MUI 2.0 ???) It should work with your lharc, though I have just tried lha yet. Every archives action is configured thru Tooltypes, so you can use any lharc. Thanx to Stefan Stuntz for the MUI ! (Sorry Stefan, haven't registered yet) Thanx also to Eric Totel for the MUI-Builder, which makes it easy to create Magic User Interfaces ! TAUI is Public Domain. It may be copied and spread as long as data are stored on disk (and maybe longer ...). So go on and spread it. If you like the program send me a postcard - and if not, don't hold back...=:-) If you have some bucks left send it to Stefan Stuntz or Eric Totel for the wonderfull working enviroment. TAUI uses two parameter in the Command that is executet by TAUI-buttons. <$arc> is replaced by TAUI with the archives name. <$file> is a filename (if need), it is replaced with an (guess what !) filename (yep !). You will be asked by the program when $arc or $file is needed to be replaced. e.g. When the "Add"-button is pressed, a String-Requester pops up, and you are asked about the archives name. TAUI replaces $arc with that string and $file with the names selected in the listview- gadgets. TAUI extracts or archives a file(s) from one listview to the other one. It does not matter if source-to-dest or dest-to-source. TAUI uses the active listview (where a border is around) as source ! To activate a listview, you have to select an item, it is not enough to click into the listview (that is MUI behavour). (Could be important, if you delete files !!) If you want to read some .readme files (or anything else) you press the show button. It should also be possible to few pictures with that button. I have configured Multiview to that button to view my text files, but MultiView uses Datatypes to view things. So if you have the right Datatypes, ... Of course you could use your own viewer if you like. The viewer is started asynchronous. So folks, I think that's all about TAUI. If you have any ideas about TAUI let me know ! Jürgen Schober Muchargasse 35/4 A-8010 Graz Austria -- ADSP : juergen@adsp.sub.org InterNet : point@sztma.tu-graz.ac.at 1. Tooltypes : 1.1 Global Tooltypes -------------------- 1.1.1 SOURCE=dh0: Default path for the Source-listview. 1.1.2 DEST=RAM: Default path for the Destination-listview. 1.1.3 ICONIFY If set, TAUI starts iconified 1.1.4 SHOW_INFO if set, TAUI shows .info files in the Listviews 1.2 Archive Functions --------------------- 1.2.1 ADD_ARC ADD_ARC=lha a $arc $file Add a file to your archive. lha ... the archivier $arc is replaced from TAUI $file is (are) the selected file(s) in the filelist This command is executed when you press the "Add"-button. 1.2.2 LIST_ARC=lha l $arc Show's the contents of the lha in a con-window. This command is executed by pressing the "List"-button. 1.2.3 TEST_ARC=lha t $arc Test the lha. This command is executed by pressing "Test". 1.2.4 DEL_ARC=lha d $arc $file Deletes a file from your archive. $arc.... the archives name. replaced by TAUI. $file... the file(pattern) to delete from your lha (TAUI askes for). Executed by "Delete" 1.2.5 EXT_ARC=lha x $arc $file Extractes a selected lha. $arc.... the archive to be extracted. $file... dest-directory to extract to from the archives. Executed by pressing "Extract" 1.2.6 MOVE_ARC=lha m $arc $file Moves files into a lha. same as Add_Arc ! The "Move" Button ! 1.3 Special Functions 1.3.1 TEXT_VIEWER=sys:Utilities/more The textviewer used to show textfiles. Used by the "Show" button. 1.3.2 * MakeDir : Create a New Directory * Delete : Delete a file or Directory