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

  1. SHORT: LHA frontend for shell users
  2. UPLOADER: dtiberio@libserv1.ic.sunysb.edu
  3. VERSION: 1.05
  4.  
  5.             CDLHA Copyright 1993 Area52. All Rights Reserved.
  6.                 Programmed by David Tiberio July 13 1993.
  7.  
  8.         FREELY DISTRIBUTABLE. Please include this readme file along
  9.     with any distribution of CDLHA. I accept no responsibility for
  10.     any damage caused using this program. It has been thoroughly tested
  11.     and all bugs have been noted. Feel free to include CDLHA in any
  12.     distributions of LHA according to the distribution guidelines set
  13.     by Stefan Boberg, author of LhA.
  14.  
  15. +-----------------------------------------------------------------------------+
  16.  
  17.     IMPORTANT!
  18.  
  19.         This version of CDLHA has at least two known bugs in it.
  20.  
  21.         1. CBM allows an interactive Template mode. If you type CDLHA ?,
  22.            you get a list of all the support commands you can pass to
  23.            CDLHA. However, if you use this method, it will not work if
  24.            you enter more than just the filename. However, if you use
  25.            the Templates without the CDLHA ? option, they WILL work.
  26.            For example, typing CDLHA filename.lha SPEED 9 will work,
  27.            but CDLHA ? followed by filename.lha SPEED 9 will not work
  28.            properly. Please note that a huge number of new commands
  29.            have been added that are not listed in the next section (I'm
  30.            uploading this README in 5 minutes so I will document them later).
  31.            Use the ? option from the command line, or the H command,
  32.            for a list of all supported commands.
  33.  
  34.         2. It randomly crashes (on my machine at least). Sometimes it just
  35.            makes the machine crawl. But let me explain my setup first. I
  36.            am running under 3.0 with XPK and XFH. I have various Shell
  37.            Startup files as opposed to using IconX. I have one Shell
  38.            Startup for programming, one for general use, etc. The one for
  39.            general use is bare bones and does not use XPK or XFH, and
  40.            likewise hardly ever crashes. However, it does crash using
  41.            XFH and XPK randomly and unexpectedly. If it starts spewing
  42.            out something like æWJ: all over the place, open a new Shell
  43.            and type Status. Then look for all the processes called CDLHA.
  44.            Then type Break followed by the CDLHA process ID numbers to
  45.            halt the data spewing. Then again, this bug may be alive only
  46.            on my system.
  47.  
  48. +-----------------------------------------------------------------------------+
  49.  
  50.         This program requires LHA 1.38 or greater to operate. It will use
  51.     the LHA program as long as it is in your search path. This program is
  52.     a frontend, much like the various LHA GUI programs. However, CDLHA
  53.     is for Shell and CLI users only.
  54.  
  55.  
  56.         Here is a summary of commands currently supported:
  57.  
  58.                  a      ADD
  59.                  m      MOVE
  60.                  e      EXTRACT
  61.                  x      EXTRACT/PATH
  62.                  d      DELETE
  63.                  r      REPLACE
  64.                  f      FRESHEN
  65.                  u      UPDATE
  66.                  l      LIST
  67.                  v      VIEW
  68.                  t      TEST
  69.                  q      QUIT
  70.                  ?      HELP
  71.  
  72.         At the CDLHA prompt, type the one letter command followed
  73.     by any required arguments. If no arguments are specified, LHA
  74.     may attempt to operate on all files. Be careful when using
  75.     this with the D command, as all files will become unrevocerable
  76.     when deleted.
  77.         For a more verbose help file, type the one letter command
  78.     followed by a question mark, such as:
  79.  
  80.                 a ?
  81.  
  82.         ...for help using the ADD command. All commands currently must
  83.     be typed in lowercase. This may change soon.
  84.  
  85.         CDLHA allows you to use most Shell commands. It can NOT use
  86.     the CD or CDLHA command unless CDLHA is exited. Otherwise it may
  87.     enter a loop. Use the BREAK command to halt the process from another
  88.     shell. Use STATUS to list all running process ID numbers.
  89.  
  90. +-----------------------------------------------------------------------------+
  91.  
  92.         Here are some sample commands.
  93.  
  94.  
  95.         Instead of typing "LHA l archive.lha", you can enter the archive
  96.     using the command "CDLHA archive.lha" and then enter "l" and RETURN
  97.     at the prompt. This allows you to perform many operations on the same
  98.     archive without repeatedly typing LHA or the archive filename.
  99.         If a non-existant archive is given, a new one will be created in
  100.     the first attempt to add files to it. Otherwise, LHA may report an
  101.     error message that it was unable to open the archive.
  102.  
  103.         Wildcards are supported, such as #? and *. You may type something
  104.     like "l #?.info" to list all the icons in the archive. You can also
  105.     delete large numbers of files in an archive at once, but be careful.
  106.     Typing the "d" command followed by a RETURN will delete all files in
  107.     the archive, similar to the "LHA d archive.lha" command.
  108.  
  109.         To enter a new archive, exit CDLHA and type "CDLHA archive.lha"
  110.     to open the new archive. Remember, you are still in your current
  111.     directory, so typing the AmigaDOS "List" command will list all the
  112.     files that the archive is found in, or wherever CDLHA was started
  113.     from.
  114.  
  115. +-----------------------------------------------------------------------------+
  116.  
  117.  
  118.