home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / dozip61.zip / DOZIP.DOC next >
Text File  |  1993-01-13  |  7KB  |  135 lines

  1.  
  2.                                                                      page 1
  3.                             DOZIP 6.1 - WRITTEN BY
  4.                             MARV KEEFOVER 01-10-93
  5.                              FARMINGTON HILLS, MI
  6.  
  7. For DOS 2.x to 5.0 and 4DOS (UPGRADED FOR PKZ204C)
  8.  
  9. DOZIP 6.1 enhancements:
  10.  
  11.         Added Shell to DOS option from any screen
  12.         Added directory creation option from within DOZIP
  13.         Added option for locating all .ZIP files on a drive in EXTRACT mode
  14.         General upgrade for compatibility with PKZ204C
  15.  
  16. If you are .ZIPing a whole directory or backing up a disk drive or unZIPing an
  17. entire .ZIP file, you probably won't need to (although you can) use DOZIP.  For
  18. that, command line parameters like "pkzip filename *.*" are much faster.  But
  19. if you need to randomly select files from multiple directories or drives or
  20. pick a few files out of a .ZIP file to extract, then DOZIP is perfect.  It
  21. automates the "list file" creation that PKZIP and PKUNZIP can use.  DOZIP uses
  22. PKZIP's default compression methods for .ZIPing.
  23.  
  24. This program provides for automated creation of .ZIP files from a menu selection
  25. of random files in directories or anywhere on any disk.  You can create a .ZIP
  26. file containing a mixture of files between directories and/or between drives.
  27. It also provides for automated random extraction of files from any .ZIP file and
  28. will locate the .ZIP files on a drive or in a directory of your choice.
  29.  
  30. The program will search directories or the entire disk or diskette (which ever
  31. is the current or specified drive) for the file(s).  DOZIP61.ZIP should be
  32. unzipped in a directory that is listed in the path line in your AUTOEXEC.BAT
  33. file.  That way you can be in any directory on any drive when you call up
  34. DOZIP.  The directory listing in your path line must include the drive. (e.g.
  35. c:\dz).  All of DOZIP61's .EXE and .COM files must be in a directory listed in
  36. your path line.
  37.  
  38. You DO NOT have to be in the directory which contains the file(s) you want
  39. to ZIP or extract files from.  You either have to be on the the drive which
  40. contains those file(s), OR you can type the drive letter and a colon followed
  41. by the directory or filename.ext of the file (or files in the case of wild
  42. cards) you want to select from.  EACH directory or filename which is NOT on
  43. the current drive MUST be preceeded by the drive letter and a colon.  If not
  44. the program will search the current drive.  Pathnames are not allowed for
  45. individual filenames, and if specified, no files will be listed.
  46.  
  47. IMPORTANT:  You must have PKZIP.EXE and PKUNZIP.EXE on your disk and
  48. accessible thru the path line in your autoexec.bat file in order for the
  49. program to execute.
  50.  
  51. OPERATION:  The operation of this .ZIP file creation and extraction utility is
  52. very simple and the screen prompts will informatively guide you through the
  53. creation and/or extraction process.  The program will first give you the
  54. option of creating a .ZIP file or extracting files from existing .ZIP files.
  55.  
  56. In CREATE mode, you will be given the option of selecting files from a
  57. directory or individually from a disk.  After you decide that, you will be
  58. asked for the directory path or the file name to search for.  You will be able
  59. to select individual files from any number of directories on any number of
  60. drives (or a single file anywhere).  You can select from up to 1200 files
  61. from any single directory and an unlimited number of total files to add to a
  62. new or updated .ZIP file.
  63.  
  64.                                                                      page 2
  65.  
  66.    You will have the option of selecting from directories or individual files
  67.    or both (and you can go back and forth) in the same session.  NOTE:  The
  68.    directories where you want to create the .ZIP files MUST be created before
  69.    you call the program.  You will be prompted for the directory where you want
  70.    to create the .ZIP file and for the name you want to call the .ZIP file.
  71.    The .ZIP file will then be automatically created with all the files you have
  72.    selected.
  73.  
  74.    In individual file mode, you MUST NOT enter the path to the file (other than
  75.    the drive:).  The program will locate the file and give the full path in the
  76.  
  77.    selection screen.  Due to the possibility of the same filename being located
  78.    in more than one directory, AND the fact that the program will accept wild
  79.    card file names, you will be taken to the selection screen for individual
  80.    files as well as for directory file selection.  If you use *.*, the
  81.    selection screen will list every file on the disk. (up to 1200 files) - Make
  82.    sure your disk has enough space for the .ZIP file.
  83.  
  84. In EXTRACT mode, you will asked for the directory or drive which contains the
  85. .ZIP files you want to extract files from.  The program will then list all of
  86. the .ZIP files in that directory or on that drive on the selection screen.
  87. For each .ZIP file selected you will taken to another selection screen listing
  88. all the files in the .ZIP file.  When you have selected the files you want to
  89. extract, you will be asked to specify a directory or drive to extract the
  90. selected files to.  This will occur sequentially for each selected .ZIP file.
  91.  
  92. The program will not erase any existing files.  It will create its temporary
  93. directories and files on drive c:, and delete them when it exits.
  94.  
  95. You can also update an existing .ZIP file easily by selecting the files you
  96. want to add to or replace in the existing file, and then entering the correct
  97. directory path and filename for the existing .ZIP file.  This is the default
  98. mode of PKZIP.
  99.  
  100. Just type "dozip" and press [ENTER] to run the program.
  101.  
  102. Following is a list of the files you should have received that makeup
  103. DOZIP61.ZIP:
  104.  
  105.         DOZIP.EXE        45363 bytes
  106.         DOZIP.DOC         6830   "
  107.         LISTPICK.EXE     16592   "
  108.         WHERE.COM          418   "
  109.  
  110. DOZIP61 should not be distributed without all of the above files together
  111. and intact!
  112.  
  113. Two of the files included and used by this program are other people's
  114. creations, and I owe them a great deal of thanks for making them available
  115. to me.
  116.  
  117.         LISTPICK.EXE is compliments of Rod Richardson
  118.         WHERE.COM is compliments of Kiyoshi Akima
  119.  
  120. PKZIP.EXE and PKUNZIP.EXE are copyrighted programs by Phil Katz, PKWARE, INC.
  121. and are available on most BBS's.  These are used for manipulating .ZIP files.
  122.  
  123.                                                                      page 3
  124.  
  125. I offer this program as is with no guarantees.  It works well for me!
  126. HAPPY ZIPPING!
  127.  
  128. You are encoutaged to send bug reports and/or suggestions to the following
  129. address:
  130.  
  131.         Marvin D. Keefover
  132.         28705 Eton Glen
  133.         Farmington Hills, MI 48331
  134.  
  135.