home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / aunp102.lha / AutoUnpack.doc < prev    next >
Text File  |  1992-03-05  |  5KB  |  92 lines

  1.                                 AUTO UNPACK
  2.                                Version 1.02
  3.                           A Cando Application By
  4.                             Carlos J. Velazquez
  5.                                March 6, 1992
  6. ==========================================================================
  7. SYNOPSIS: Auto Unpack is a Cando v1.5 deck that will automatically
  8. decompress archived files from a source directory to a given destination
  9. directory. It will decompress each file into a unique temporary directory
  10. in RAM:. It then checks the size of the new, uncompressed directory and
  11. determines whether it will fit in the destination directory. If so, it will
  12. COPY the entire directory to the designated destination and then will erase
  13. both the temporary directory in RAM: and the archived file in your source
  14. directory!! It will only do these last two steps if the decompressed
  15. directory was successfully copied to your destination directory.
  16.  
  17. CONTENTS: The following files are part of Auto Unpack:
  18.       
  19.       AutoUnpack - Main Deck
  20.       AutoUnpack.doc - This file
  21.           AutoUnpack.info - Icon
  22.           AutoUnpack.doc.info - Icon
  23.       AUTitle.iff - Main panel picture
  24.           AUBlank.iff - Secondary panel picture
  25.  
  26. INSTALLATION: You may copy all of the above files into any subdirectory or
  27. root directory on a disk or hard drive. All the files MUST reside in the
  28. same directory! You must have the following AmigaDOS commands available (in
  29. your 'C' Directory): COPY, ASSIGN, DELETE, and MAKEDIR. Additionally you 
  30. must have DECKBROWSER (freely distributable from Inovatronics) in your c: 
  31. directory. Deckbrowser is available from many fine area bulletin boards.
  32.  
  33. ADDITIONAL REQUIREMENTS: The following archive utilities are used by Auto
  34. Unpack and are not included in the distribution packet:  ARC, LHA, LZ,
  35. UNZIP, & ZOO. Auto Unpack was tested with the following versions of the
  36. above software: ARC (AmigArc V.16), LHA V1.0, LZ V1.92, UNZIP V3.10, and 
  37. ZOO V2.0. PLEASE NOTE: These archive utilities MUST be in your c: directory!
  38.  
  39. USAGE: Double-click on the icon. This will launch the deck and you will see
  40. string gadgets for both Source and Destination directories. These can be 
  41. either device names (DH0: DF0: etc) ending in a colon or a DIRECTORY (not 
  42. ending in a slash (/). It must not be an existing file! AUTO UNPACK will 
  43. not prohibit you from entering a filename but the program will not function
  44. properly. It will check to make sure your entries actually exist before
  45. letting you continue, warning you when your entry does not exist.
  46.  
  47. After entering both Source and Destination directories, click on 'GO'. This
  48. will usher you into the processing section of the program and prompt you
  49. for one more click. You will see the number of files to be processed and a
  50. progress report indicating which file is currently being processed and in
  51. which state it is (Decompressing, Moving, Etc.). Auto Unpack will process
  52. all the files in your source directory that end in .ARC, .LHA, .LZH, .ZIP,
  53. & .ZOO (need not be uppercase). When finished, it will display "DONE" and
  54. will exit, quietly deleting all temporary files it used from RAM:.
  55.  
  56. BUGS: Auto Unpack runs fine on an Amiga2000 running 2.04 ROMS. Extensive
  57. error-trapping has not been implemented yet :-{). That is, the size of your
  58. RAM DISK: is not checked prior to decompressing; it will let you select
  59. RAM: as a destination (which is obtuse!); AND it does not give you a
  60. "window" on the decompression process, thus you cannot answer prompts such
  61. as "File Exists. Overwrite (Y/N)?". These problems will be addressed in a
  62. later version, "Coming Real Soon ...". 
  63.  
  64. --------------------------------------------------------------------------
  65. Acknowledgements: Thanks to Inovatronics for Cando 1.5
  66.           AmigArc V0.16 - Copyright Raymond S. Brand
  67.                   LHA V1.00 - Copyright Stefan Boberg
  68.           LZ V1.92 - Copyright Xenomiga Technology
  69.               Unzip V3.10 - Copyright Samuel H. Smith
  70.           Zoo V2.00 - Copyright J.B.Waters & R.Dhesi
  71.  
  72. Distribution: Auto Unpack is (C) 1992 Carlos J. Velazquez. It may be freely
  73. distributed as long as all the files are kept intact and unmodified. It may
  74. be included on library disks as long as distribution fees do not exceed $5
  75. (US).
  76.  
  77. Disclaimer: I am no wise responsible for the effects of this program deck
  78. on your computer or your software. Use at your own risk. 
  79.  
  80. Flames: Carlos J. Velazquez
  81.         10230 W. 86th Terrace
  82.         Overland Park, KS
  83.         66212
  84.  
  85.  
  86. History: V1.0 (02/25/92) First Release
  87.          V1.01 (02/26/92) Fixed mixed-up deck caused by TheRelocator (a 
  88.                           Cando utility).
  89.          V1.02 (03/06/92) Fixed COPY glitch. It refused to copy nested
  90.                           directories down from RAM: into the destination
  91.                           directory.
  92.