home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTIL_ARC / DIRARC10.ZIP / DIRARC10.EXE / README.DOC < prev    next >
Text File  |  1994-02-16  |  6KB  |  129 lines

  1.  
  2. ╓───────────────────────────────────────────────────────────────────────────╖
  3. ║ PROGRAM: DIRARC (C) v1.00 by Scott R. Haymaker and HandMade Software      ║
  4. ║                                            ║
  5. ║ DESCRIPTION: An archiving manager for your directories.                   ║
  6. ║                                            ║
  7. ║ PURPOSE: By using the compression capabilities of various archiving       ║
  8. ║       programs, DIRARC allows the user to easily compress and          ║
  9. ║       decompress directories and thus increase free disk space. It     ║
  10. ║       also simplifies the use of such archiving programs allowing the  ║
  11. ║       user to create executable archives and archives which contain    ║
  12. ║       contain sub-directories for a given directory.                ║
  13. ╙───────────────────────────────────────────────────────────────────────────╜
  14.  
  15.   I wrote DIRARC out of necessity. I have alot of directories which contain
  16.   files that I seldom use, but I need to keep these directories on my hard
  17.   disk nonetheless. So even though I seldom use them, I still need them to
  18.   be present when I do require them. Thus it occurred to me that it would be
  19.   nice if I could archive these directories and save some space on my hard
  20.   disk. (We all know how valuable hard disk space is in these days of space
  21.   eating applications!)
  22.  
  23.   Anyhow, after writing some fairly intensive batch files to handle this
  24.   process, I decided it would be easier to create a program to take care of
  25.   this chore, and with that DIRARC v1.00 was created.
  26.  
  27.   DIRARC will do the following:
  28.  
  29.   (1) It will use either PKZIP/PKUNZIP, LHA, or the ARJ compression
  30.       utilities to archive your directory(s) into one file.
  31.  
  32.   (2) It is capable of creating archives that are executable and/or which
  33.       contain sub-directories.
  34.  
  35.   (3) After DIRARC creates the archive, it allows you the option to delete
  36.       the files it has archived. Thus you would be left with only one file,
  37.       the archive, which is named after the first eight letters of the
  38.       directory name, or "ROOT" in the case of the DOS root directory.
  39.  
  40.   (4) Whenever you need the directory to be decompressed, you can either
  41.       run DIRARC with the decompress option, or "manually" decompress them
  42.       with the desired archiving program should you choose.
  43.  
  44.   Let's take a look at an example with the given directory of:
  45.  
  46. ===============================================================================
  47.  
  48. C:\TEST> dir
  49.  
  50.  Volume in drive C has no label
  51.  Volume Serial Number is 1B77-3AC6
  52.  Directory of C:\TEST
  53.  
  54. .            <DIR>     02-10-94   4:28p
  55. ..           <DIR>     02-10-94   4:28p
  56. DIRARC   EXE     30211 02-15-94  10:48p
  57. INSTALL  EXE     17882 02-07-94   8:40p
  58. THANKS   TXT       140 01-31-94   4:38p
  59. REGISTER DOC      2599 01-31-94  10:44p
  60. LICENSE  DOC      3707 02-01-93   2:04a
  61. HISTORY  TXT      9060 08-02-91   2:13a
  62. DIRARC   DOC      7189 06-04-93   9:19a
  63.         9 file(s)      70788 bytes                   <- NOTE: 70788 bytes used.
  64.                     78118912 bytes free
  65.  
  66. C:\TEST> dirarc /c /z /q                             <- NOTE: Create archive
  67.                                                               using PKZIP in
  68.                                                               "quiet" mode.
  69. ▒▒▒▒DIRARC v1.00▒▒▒▒(C) HandMade Software '93▒▒▒▒
  70.                                                                                 
  71. Delete files that have been archived [Y/N]: y        <- NOTE: File deletion is
  72.                                                               optional.
  73. ▒▒▒▒DIRARC Run Complete!▒▒▒▒                                                    
  74.                                                                                 
  75.                                                                                 
  76. C:\TEST> dir
  77.  
  78.  Volume in drive C has no label
  79.  Volume Serial Number is 1B77-3AC6
  80.  Directory of C:\TEST
  81.  
  82. .            <DIR>     02-10-94   4:28p
  83. ..           <DIR>     02-10-94   4:28p
  84. TEST     ZIP     37798 02-15-94  10:48p              <- NOTE: Archive name.
  85.         3 file(s)      37798 bytes                   <- NOTE: 37798 bytes used.
  86.                     78163968 bytes free
  87.  
  88. C:\TEST>
  89. ===============================================================================
  90.  
  91.   As you can see, this saves quite a bit of space! The system creates an
  92.   archive which is named after the directory and prompts the user to delete
  93.   the files (this can be over-ridden via a switch). Note that DIRARC allows
  94.   the user complete control over almost every possible mode of operation!
  95.  
  96.   You can imagine what kind of monster batch files that would have to be
  97.   written to carry out this simple function. With DIRARC, all of this is
  98.   taken care of! Also included are pre-written batch files to even
  99.   further the simplicity of operation.
  100.  
  101.   For more information on command syntax, registration, and other
  102.   acknowledgements, please refer to the following files:
  103.  
  104.   README.DOC   - This file.
  105.   DIRARC.DOC   - Detailed explanation of command syntax and program usage.
  106.   REGISTER.DOC - Information on how to obtain the SOURCE CODE to DIRARC and
  107.                  how to donate to the author.
  108.   LICENSE.DOC  - Information on SITE licensing and other restrictions.
  109.   THANKS.DOC   - Acknowledgements and personal mentions.
  110.  
  111.  
  112. ============================[COPYRIGHT NOTICES]================================
  113.  
  114.   PKZIP and PKUNZIP are registered trademarks of PKWARE, Inc.
  115.  
  116.   LHA copyrighted (c) by HARUYASU YOSHIZAKI
  117.  
  118.   ARJ copyrighted (c) 1990-93 by Robert K Jung.
  119.  
  120.   Trademarks of other companies mentioned appear for identification
  121.   purposes only and are the property of their respective companies or
  122.   authors.
  123.  
  124. ===============================================================================
  125.  
  126.  
  127. EOT
  128.  
  129.