home *** CD-ROM | disk | FTP | other *** search
- NZIP [config file || ? || n || #] [mark file || n || ? || -d || -x] [*.ZIP file]
-
- Parameter 1:
-
- [config file]: The configuration file to be used for ZIPPING. If not given
- then defaults are used. If no extension '.CFG' is assumed. Can be on path or in
- current directory if not specified.
-
- [?]: Show these help screens.
-
- [n]: Use defaults to preform zip action on [list file]/[.ZIP file]
-
- [#]: Default Archive Method:
-
- 'n' or 1=PKZ*.EXE or .COM
- 2=ARC.EXE or .COM
- 3=PKP*.EXE or .COM
- 4=LH*.EXE or .COM
- 5=ZOO.EXE or .COM
-
-
-
-
-
- Parameter 2:
-
- [list file]: The file containing an ASCII list of files and wildcards to ZIP.
- If no extension '.MRK' is assumed. Can be on path or in current directory if
- not specified.
-
- [n]: ZIP the current directory using the specified config.
-
- [?]: Show the settings in the specified config.
-
- [-d]: Do not obtain a directory structure at start up.
-
- [-x]: Run with menus and parameter 3 as output.
-
- Parameter 3:
-
- *[.ZIP file]: Send output to this ZIP file irregardless of the config.
-
- Please refer to NZIP200.DOC for specific information.
-
- NZIP :Will run NZIP with Defaults and menus.
-
- NZIP 2 :Run NZIP using ARC as the Archive method.
-
- NZIP ? :Will display the documentation of NZIP
- and exit back to DOS or run with menus.
-
- NZIP nz :Run with menus using NZ.CFG config.
-
- NZIP nz ? :Show settings for NZ.CFG.
-
- NZIP nz myfile :Run command line NZIP with settings
- in NZ.CFG using MYFILE.MRK as the list of
- files to ZIP. The output goes to the
- .ZIP file specified in NZ.CFG.
-
- NZIP n myfile :Run command line NZIP with default settings
- using MYFILE.MRK as the lists of files to
- ZIP. Will NOT run because no .ZIP file
- will be specified.
-
- NZIP nz myfile newzip :Use command line NZIP to create a ZIP file
- using the settings in NZ.CFG,the list in
- MYFILE.MRK but send output to the file
- NEWZIP.ZIP.
-
- NZIP n n ZIPPY :Use command line NZIP to perform update
- of entire directory,using the default
- config,and send output to ZIPPY.ZIP.
-
- NZIP n zippers ZIPPY :Use command line NZIP to update ZIPPY.ZIP
- with file list in ZIPPERS.MRK.
-
- NZIP nz -d :Run NZIP with menus but do not obtain a
- directory structure on start up.
-
- NZIP n -x ZIPPY :Run NZIP with default config,menus,and
- direct output to ZIPPY.ZIP.
-
- NZIP nz -xd ZIPPY :Run NZIP with NZ.CFG,no directory structure
- menus,and redirect output to ZIPPY.ZIP.
-
- NZIP 4 -xd ARCER :Run NZIP using ZOO archive method,with
- menus,no directory structure,and send the
- output to ARCER.ZOO
-
- NZIP 5 myfiles C:\DUMP\NEWARC :Run command line NZIP using LHARC format,
- archive the files listed in MYFILES.MRK,
- and send the output to C:\DUMP\NEWARC.LZH.