home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / ARCHIVE / NZIP202.ZIP / NZIPHLP.DOC < prev   
Encoding:
Text File  |  1990-05-07  |  3.8 KB  |  93 lines

  1. NZIP [config file || ? || n || #] [mark file || n || ? || -d || -x] [*.ZIP file]
  2.  
  3. Parameter 1:
  4.  
  5. [config file]:  The configuration file to be used for ZIPPING.  If not given
  6. then defaults are used. If no extension '.CFG' is assumed. Can be on path or in
  7. current directory if not specified.
  8.  
  9. [?]: Show these help screens.
  10.  
  11. [n]: Use defaults to preform zip action on [list file]/[.ZIP file]
  12.  
  13. [#]: Default Archive Method:
  14.  
  15.                    'n'  or  1=PKZ*.EXE or .COM
  16.                             2=ARC.EXE  or .COM
  17.                             3=PKP*.EXE or .COM
  18.                             4=LH*.EXE  or .COM
  19.                             5=ZOO.EXE  or .COM
  20.  
  21.  
  22.  
  23.  
  24.  
  25. Parameter 2:
  26.  
  27. [list file]:  The file containing an ASCII list of files and wildcards to ZIP.
  28. If no extension '.MRK' is assumed. Can be on path or in current directory if
  29. not specified.
  30.  
  31. [n]:   ZIP the current directory using the specified config.
  32.  
  33. [?]:   Show the settings in the specified config.
  34.  
  35. [-d]:  Do not obtain a directory structure at start up.
  36.  
  37. [-x]:  Run with menus and parameter 3 as output.
  38.  
  39. Parameter 3:
  40.  
  41. *[.ZIP file]:  Send output to this ZIP file irregardless of the config.
  42.  
  43. Please refer to NZIP200.DOC for specific information.
  44.  
  45.     NZIP                            :Will run NZIP with Defaults and menus.
  46.  
  47.     NZIP 2                          :Run NZIP using ARC as the Archive method.
  48.  
  49.     NZIP ?                          :Will display the documentation of NZIP
  50.                                      and exit back to DOS or run with menus.
  51.  
  52.     NZIP nz                         :Run with menus using NZ.CFG config.
  53.  
  54.     NZIP nz ?                       :Show settings for NZ.CFG.
  55.  
  56.     NZIP  nz  myfile                :Run  command  line  NZIP  with  settings
  57.                                      in NZ.CFG using MYFILE.MRK as the list of
  58.                                      files to ZIP. The output goes to the
  59.                                      .ZIP file specified in NZ.CFG.
  60.  
  61.     NZIP n myfile                   :Run command line NZIP with default settings
  62.                                      using MYFILE.MRK as the lists of files to
  63.                                      ZIP. Will NOT run because no .ZIP file
  64.                                      will be specified.
  65.  
  66.     NZIP nz myfile newzip           :Use command line NZIP to create a ZIP file
  67.                                      using the settings in NZ.CFG,the list in
  68.                                      MYFILE.MRK but send output to the file
  69.                                      NEWZIP.ZIP.
  70.  
  71.     NZIP n n ZIPPY                  :Use command line NZIP to perform update
  72.                                      of entire directory,using the default
  73.                                      config,and send output to ZIPPY.ZIP.
  74.  
  75.     NZIP n zippers ZIPPY            :Use command line NZIP to update ZIPPY.ZIP
  76.                                      with file list in ZIPPERS.MRK.
  77.  
  78.     NZIP nz -d                      :Run NZIP with menus but do not obtain a
  79.                                      directory structure on start up.
  80.  
  81.     NZIP n -x ZIPPY                 :Run NZIP with default config,menus,and
  82.                                      direct output to ZIPPY.ZIP.
  83.  
  84.     NZIP nz -xd ZIPPY               :Run NZIP with NZ.CFG,no directory structure
  85.                                      menus,and redirect output to ZIPPY.ZIP.
  86.  
  87.     NZIP 4 -xd ARCER                :Run NZIP using ZOO archive method,with
  88.                                      menus,no directory structure,and send the
  89.                                      output to ARCER.ZOO
  90.  
  91.     NZIP 5 myfiles C:\DUMP\NEWARC   :Run command line NZIP using LHARC format,
  92.                                      archive the files listed in MYFILES.MRK,
  93.                                      and send the output to C:\DUMP\NEWARC.LZH.