home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / zip / zipgun.arc / ZIPGUN.DOC next >
Text File  |  1989-02-19  |  4KB  |  83 lines

  1. ZIP Gun is a "shell" program for PKZIP and PKUNZIP which were written
  2. by Phil Katz.  ZIP Gun uses the "point and shoot" method of pull down
  3. menus in an effort to make it easier to manipulate .ZIP files without
  4. having  to  remember  the  various  option switches.  Here's what the
  5. screem looks like:
  6.  
  7. --- ZipGun -  v1.0 ------------ by Warren E. Fuller ------ February 19, 1989 --
  8. :      Add          Delete       Extract      Update      View        Quit    :
  9. :-----------------------------------------------------------------------------:
  10. :  :Add        :               :Freshen  :  :Freshen:  :Normal   :            :
  11. :  :Comment    :               :Overwrite:  :Move   :  :Technical:            :
  12. :  :Interchange:               :.........:  :Update :  :.........:            :
  13. :  :Move       :                            :.......:                         :
  14. :  :...........:                                                              :
  15. :                                                                             :
  16. :                                                                             :
  17. :                                                                             :
  18. :                                                                             :
  19. :.............................................................................:
  20.  
  21.  
  22. Here's a copy PKZIP's help screen:
  23.  
  24. PKZIP (tm)   FAST!   Create/Update Utility   Version 0.90   02-01-89
  25. Copyright 1989 PKWARE Inc.  All Rights Reserved.  PKZIP/h for help
  26.  
  27. Usage: PKZIP [-b[path]] [options] zipfile [@list] [files...]
  28. Options are:
  29.   -a = add files to zipfile         -b = create tmp zipfile on alternate drive
  30.   -d = delete files from zipfile    -f = freshen files in zipfile
  31.   -i = add changed files to zipfile -l = display software license
  32.   -u = update files to zipfile      -z = add zipfile comment
  33.   -v[t] = view files in zipfile [with long technical info]
  34.   -m = move files to zipfile (can be combined with A,F,U options)
  35.   -r = recurse subdirectories       -p = store pathnames in zipfile
  36.   -e[a,b][n] = use extra compression on [Ascii,Binary] files with
  37.        compression factor of N.  Default factor is 2 if not given.
  38. zipfile = ZIP file name, wildcards *,? ok.  Default extension is .ZIP
  39. file    = Name(s) of files to compress. Wildcards *,? ok. Default is ALL files.
  40.  
  41. If you find PKZIP fast, easy, and convenient to use, a registration of $25
  42. would be appreciated.  If you send $47 or more you will receive, when
  43. available, the next version of the PKZIP, PKUNZIP, and PKSFX programs.
  44. Please state the version of the software that you currently have.  Send
  45. check or money order to:   PKWARE, Inc.
  46.                            7545 N. Port Washington Rd.
  47.                            Glendale, WI 53217
  48.  
  49.  
  50.  
  51. The following depiction illustrates the option switches that Zip Gun uses
  52. when scheduling either PKZIP or PKUNZIP.
  53.  
  54.  
  55. --- ZipGun -  v1.0 ------------ by Warren E. Fuller ------ February 19, 1989 --
  56. :      Add          Delete       Extract      Update      View        Quit    :
  57. :-----------------------------------------------------------------------------:
  58. :  : -a        :     -d        : -n      :  : -f    :  : -vn     :            :
  59. :  : -z        :               : -o      :  : -mu   :  : -vtn    :            :
  60. :  : -i        :               :.........:  : -u    :  :.........:            :
  61. :  : -ma       :                            :.......:                         :
  62. :  :...........:                                                              :
  63. :                                                                             :
  64. :                                                                             :
  65. :                                                                             :
  66. :                                                                             :
  67. :.............................................................................:
  68.  
  69.  
  70. This program is given freely to Public Domain and is considered
  71. FREEWARE by the author:
  72.  
  73.                          Warren E. Fuller
  74.                          1211 Holmewood Drive
  75.                          Pasadena, Md. 21122
  76.                          (301) 437-1609 home voice
  77.                          (301) 360-2506 home data
  78.                          (301) 688-7629 work
  79.  
  80. qed//WEF
  81.  
  82.  
  83.