home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTIL_ARC / BAT4PKZ.ZIP / README.1ST < prev    next >
Text File  |  1994-02-14  |  2KB  |  70 lines

  1.  
  2. There should be three BAT files in this packet:
  3.  
  4. ZIPPY.BAT
  5. ZIPUNDO.BAT
  6. ZIP©.BAT
  7.  
  8. You need to have Pkzip 2.04g and Dos 6 to use those Bat files, plus you 
  9. have to add a statement in your Path of the Autoexec.bat file.
  10. The Path for the Pkzip files must be C:\PKZIP in order or the bat files 
  11. to work.
  12.  
  13. Make a directory called \ZIPIT on your harddrive (C:\) and copy the bat
  14. files into that directory. Add the \ZIPIT directory in your Path statement
  15. if you wish. 
  16. All zip files will be created at maximum compression.
  17.  
  18.  
  19. *Syntax for ZIPPY.BAT*
  20.  
  21. Usage:  zippy.bat (drive) (directory) (zip file name)
  22.  
  23.          Example:  zippy c windows win
  24.  
  25.          This would zip up the Windows directory in C-drive with all it's
  26.          Subdirectories and create the win.zip file... 
  27.   
  28.          Notice not to use any colons or backlashes!
  29.   
  30.          Usage: To zip up the A or B Floppy drive
  31.  
  32.                  zippy.bat (drive) (zip file name)
  33.  
  34.          Example:  zippy a try
  35.  
  36.          This would zip up the A-Floppy with all it's Subdirectories,
  37.         store the volume label of the disk and create the try.zip file. 
  38.  
  39.  
  40.  
  41. *Syntax for ZIP©.BAT*
  42.  
  43. Usage:  zip©.bat (drive) (directory) (zip file name) 
  44.  
  45.          Example:  zip© c windows win 
  46.  
  47.          This would zip up the Windows directory in C-drive with all it's
  48.          Subdirectories and create the win.zip file then it will move
  49.          the win.zip file to the Floppy drive you specify.....
  50.  
  51.          Notice not to use any colons or backlashes!
  52.  
  53.  
  54. *Syntax for ZIPUNDO.BAT*
  55.  
  56. Usage:   zipundo.bat (path&zip file name) (path for unpacking)
  57.  
  58.          Example:   zipundo c:\try\tag.zip d:\new
  59.  
  60.  
  61.          This would take the "tag.zip" file of the specified directory
  62.          and extract it to d:\new. If destination directory doesn't 
  63.          exist, it will be created.
  64.          If you have a zip file which has a Volume label stored inside,
  65.          Zipundo.bat will restore it again on to a floppy. 
  66.  
  67.  
  68.  
  69.  
  70.  Hope you can use them, enjoy and God bless you !