home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / EU21.ARJ / EU20.DOC < prev   
Text File  |  1991-02-08  |  5KB  |  122 lines

  1.  
  2.  
  3.    -- Easy Unzip v2.0 --                                            Trevor MacT
  4.                                                                        02/02/90
  5.  
  6.    Usage :  EU [Destination Directory] [Zipfile] [Switches]
  7.  
  8.    Quick Help : EU (return)
  9.  
  10.  
  11.    You've just downloaded an evening's worth of files from your favorite BBS
  12.  and now you are going to examine them. You need Easy Unzip!
  13.  
  14.  PURPOSE:
  15.      This utility automates the process of unzipping a file, stripping or
  16.  adding a new comment, deleting BBS adds and scanning it for the latest
  17.  virus. It requires only PKZIP and PKUNZIP to operate (SCAN is optional). It
  18.  will operate in ANSI colour, if asked nicely.
  19.  
  20.  USAGE:
  21.  
  22.      The DESTINATION DIRECTORY is where you want unzipped files to go. This
  23.  directory will NOT be created.
  24.  
  25.      The ZIPFILE (.ZIP extention is assumed and therefore not neccesary) is
  26.  the full path of the file you wish to unzip.
  27.  
  28.      The SWITCHES are the switches.
  29.  
  30.  SWITCHES:
  31.  
  32.      The -A switch enables ANSI graphics (color). BIOS non-color is default.
  33.  
  34.      The -S switch Skips the scan function. Use this if you're confident.
  35.  
  36.      The -C switch shuts off Comment stripping.
  37.  
  38.      The -G switch enables Goto destination directory after unzip. This switch
  39.      will leave you in the destination directory.
  40.  
  41.      The -D switch enables Delete destination directory WITHOUT prompting.
  42.      Be careful you know what's there.
  43.  
  44.      The -Nc:\path\comment.txt switch will make COMMENT.TXT the new comment
  45.      for the file being processed. Please include full path of file. This will
  46.      not work if the -C switch is used.
  47.  
  48.    All switches may be UPPER or lower case. They must have either a "-" or "/"
  49.    in front of them and each be separated by a space.
  50.    Example:
  51.             EU C:\UNZIPPED C:\DOWN\SCANV72.ZIP -S -D -Nc:\new_cmnt.txt
  52.  
  53.             will work, while
  54.  
  55.             EU C:\UNZIPPED C:\DOWN\SCANV72.ZIP -SDNc:\new_cmnt.txt
  56.                                                 ^^^^
  57.             will not.
  58.  
  59.  OPERATION:
  60.  
  61.     By far the easiest way to use this utility is to make sure it is somewhere
  62.  in your DOS PATH. PKZIP, PKUNZIP & SCAN must be there as well (of course).
  63.  
  64.     This program works great when called from a simple batch file. Make a .BAT
  65.  file called, say, UN.BAT that looks like this.
  66.  
  67.               @ECHO OFF
  68.               EU C:\COMM\TEMP %1 -G -D -A
  69.  
  70.   After you have downloaded NEWFILE.ZIP to your C:\DOWNLOAD directory
  71.   just type:
  72.                UN NEWFILE
  73.  
  74.   The TEMP directory will be deleted WITHOUT prompting (be careful), NEWFILE
  75.   will have it's zipfile comment stripped while it is uncompressed. README.ROS
  76.   (and older versions of same) will be deleted from the TEMP directory the
  77.   the directory will be scanned for VIRUS . Because the -G switch was used
  78.   you will be sitting in the C:\COMM\TEMP directory ready to try out your new
  79.   files.
  80.  
  81.      This becomes even EASIER if you use PC Tools. Set up UN.BAT in your
  82.   Applications and set the file specs to *.ZIP. Any time you double click on
  83.   a .ZIP file, it will automatically be unzipped to the TEMP directory.
  84.  
  85.  -----------------------------------------------------------------------------
  86.  Revision History
  87.  ****************
  88.  
  89.   v2.1  -02-08-91 - Fixed time display in non-ansi mode.
  90.  
  91.   v2.0 - 02-02-91 - Added "non-ANSI" option. Added "new comment" option.
  92.                     Changed "Bug fixes" to "Revision History" (more optimistic
  93.                     sounding).
  94.  
  95.   v1.1 - 01-01-91 - Fixed VIEW zipfile feature. It didn't always find
  96.                     the file to be viewed.
  97.  
  98.   v1.0 - 11-22-90 - First Release.
  99.  
  100.  -----------------------------------------------------------------------------
  101.  
  102.  LEGAL STUFF:
  103.  
  104.      EASY UNZIP is provided on an "as is" basis without warranty of any kind
  105.  expressed or implied. In no event will I be liable to you for any damages,
  106.  including any lost profits, lost savings or other incidental or consequential
  107.  damages arising out of the use of or inability to use the program, even if I
  108.  have been advised of the possibility of such damages, or for any claim by any
  109.  other party.
  110.  
  111.     EASY UNZIP is freeware. You are encouraged to give copies to your friends
  112.  and upload it to bulletin boards, however sale of the program for profit by
  113.  anyone is strictly prohibited.
  114.  
  115.     Any comments, suggestion and the likes are welcome.
  116.  
  117.         Trevor MacT
  118.         1690 Howat Crescent
  119.         Mississauga, ONT
  120.         L5J 4G5   CANADA
  121.  
  122.