home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / azipa11.lzh / AZAREAD.1ST < prev   
Text File  |  1990-10-23  |  2KB  |  44 lines

  1.  
  2.      Attica Zip Assistant v1.1
  3.  
  4.      A couple of important points to know in order to
  5.      properly use Attica Zip Assistant is contained in
  6.      this short file. It should be read before running
  7.      AZA.
  8.  
  9.      Attica Zip Assistant is NOT a stand alone program.
  10.      In order for it to function it must have access to
  11.      PKZIP and PKUNZIP. These excellent shareware programs
  12.      may be obtained on most BBS's and registered through
  13.      PKware.
  14.  
  15.      The first time AZA is run it will automatically run
  16.      setup. Simply answer the two questions presented
  17.      and setup is complete. It asks for the complete
  18.      pathname of where AZA is located and also for the
  19.      pathname of where PKZIP and PKUNZIP are located.
  20.      After setup is completed AZA may then be executed
  21.      from any subdirectory by entering the path where
  22.      the program is located after the program name
  23.      on the command line. The easiest way to do this
  24.      is by creating a batch file in the root directory or
  25.      a subdirectory in the path. To create a batch file
  26.      enter the following at the dos command line while
  27.      in the root directory.
  28.  
  29.      COPY CON AZA.BAT
  30.      ECHO OFF
  31.      UTIL\ZIP\AZA C:\UTIL\ZIP\   <-- Substitute the path where
  32.      CLS                             AZA is located on your disk.
  33.      ^Z         <----- Press the F6 key and then press <ENTER>.
  34.  
  35.      This will create a simple batch file to allow AZA to be
  36.      executed from any subdirectory by simply typing AZA.
  37.  
  38.      To understand the command structure of the program it is
  39.      necessary to read PKware's documentation for PKZIP and
  40.      PKUNZIP. One very important thing to remember is that the
  41.      ZIP filename must be the first filename on the command line.
  42.  
  43.      END
  44.