home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d953 / lha_dopus.lha / LHA_DOpus / LHA.dopus.doc < prev    next >
Text File  |  1993-12-07  |  3KB  |  76 lines

  1.  
  2.                    LHA.dopus (c) 1993 by Michiel Pelt
  3.                                                      
  4.  
  5.  
  6.  
  7. Distribution Conditions
  8.  
  9.   This ARexx script is copyright (c) 1993 by Michiel Pelt.  It is
  10. distributed as freeware and may be copied freely under the condition
  11. that no profit is gained from its distribution.
  12.  
  13.   Permission is granted to distribute this script by Bulletin Board
  14. systems or network sites, under the condition that no fee is charged
  15. on downloading it.
  16.  
  17.   It is allowed to change or enhance this script in any way as long as
  18. you mention my name and don't sell it as being your product.
  19.  
  20.  
  21. Disclaimer
  22.  
  23.   This script is provided "as is" without any warranty of any kind.
  24. All risks involved using it are entirely yours.  The author assumes no
  25. responsibility or liability whatsoever for any damage or dataloss
  26. caused by using this script.
  27.  
  28.  
  29. Purpose
  30.  
  31.   This is an ARexx script for Directory Opus that lists the contents
  32. of a lha archive in a DOpus window.  You can then selectively extract,
  33. add and delete files from the archive by selecting their names with
  34. the mouse.  This script works only on Directory Opus version 4.11 or
  35. higher.
  36.  
  37.  
  38. Usage
  39.  
  40.   Install this script under one of the buttons or attach it as an
  41. autocommand to the filetype of lha-archives.  Make sure you startup
  42. ARexx BEFORE you startup DOpus and that the "rexxsupport.library" is
  43. in your LIBS:  directory.  When you select a lha-archive and select
  44. the button you put the script on you'll see the contents of the
  45. archive appear in the DOpus window together with some commandlines.
  46. Every file in the archive is listed with its full path, size,
  47. creationdate and time.  The commands available are:
  48.  
  49. Quit
  50. AddFiles
  51. ExtractSelected
  52. RemoveSelected
  53.  
  54. - Double clicking or click-m-clicking a file will extract it to the
  55. other window. The full path will be extracted with it.
  56.  
  57. - Selecting a few and then doubleclicking "ExtractFiles" will extract
  58. all selected files to the other window.
  59.  
  60. - Selecting a few and then doubleclicking "RemoveSelected" will remove
  61. the selected files from the archive. The archive will be reread after
  62. this.
  63.  
  64. - Selecting a few from the other window and then doubleclicking
  65. "AddSelected" will add the selected files to the archive. Directories
  66. will be added with their contents. The archive will be reread.
  67.  
  68. - Doubleclicking "Quit" will remove the handler from memory and quit
  69. the script. Remember that DOpus does not put this window in its
  70. buffermemory, so if you read another directory in the window, the
  71. archive listing is gone. Its better to use the quit command.
  72.  
  73. Warning:  don't doubleclick 'AddFiles', 'ExtractFiles' or
  74. 'RemoveFiles' when no files are selected.
  75.  
  76.