home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / DOS / FBULL20.EXE / SAMPLES.ZIP / ZIPHELP.BBS < prev   
Encoding:
File List  |  1997-07-07  |  1.5 KB  |  39 lines

  1.                              Understanding ZIP Files
  2.                             ┌───────────────────────┐
  3.  
  4.     You may notice that most files available for download on this BBS have
  5.     a .ZIP extension on the filename. ZIP files serve mainly two purposes:
  6.  
  7.              1. You can "zip up" many files into a single ZIP file, which
  8.                 is easier to upload and download than all the files one by
  9.                 one.
  10.              2. The files are compressed when they're zipped up, so the ZIP
  11.                 file takes up less space on your hard drive and because of
  12.                 this reduction in size it takes less time to upload and
  13.                 download.
  14.  
  15.     To zip and unzip ZIP archives, you will need two programs - PKUnzip and
  16.     PKZip. Download the file PKZ204G.EXE. Run it and it'll extract PKUnzip,
  17.     PKZip, some documentation, and a couple other useful utilities.
  18.  
  19.     To un-ZIP files from a ZIP archive:
  20.  
  21.         Say you downloaded a file called REALCOOL.ZIP. To extract the files
  22.         from it, at the DOS prompt you would type in:
  23.  
  24.                  pkunzip realcool.zip
  25.  
  26.         It would then extract the files contained in REALCOOL.ZIP into the
  27.         current directory.
  28.  
  29.     To ZIP-up files into a ZIP archive:
  30.  
  31.         Say you want to zip WOW.TXT, NEAT.WAV, and COOL.EXE into a new ZIP
  32.         called MYFILE.ZIP. At the DOS prompt you would type in:
  33.  
  34.                  pkzip myfile.zip wow.txt neat.wav cool.exe
  35.  
  36.  
  37.     The above are only very basic examples of the capability of PKZip and
  38.     PKUnzip.
  39.