home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / NZIP10.ZIP / NZIP104.DOC < prev   
Encoding:
Text File  |  1990-01-20  |  8.5 KB  |  163 lines

  1.                                  NZIP Ver. 1.03
  2.                                 (C)opywrite 1989
  3.                                  Palmer Software
  4.                                        by
  5.                                   Andrew Palmer
  6.  
  7.  
  8.   This is Version 1.03 of a Menu-driven front end for PKZIP.  Some of the bugs
  9. and a few enhancements have been added. The program tries to be as configurable
  10. as possible and I hope everyone finds it useful.  Registered copies and any
  11. updates can sent for (with a small donation!) to the below address.
  12.   I had to correct a bug in the writing out of the mark list.  You probably
  13. noticed!  Also when you went to change the name of an existing ZIP file but
  14. just hit <RETURN> without changing anything the file went back to 'None'.
  15. The problems have been corrected. The command line has been expanded and <ESC>
  16. after an <F9> doesn't bring up ZIP's help menu.
  17.   Now to the program:
  18.  
  19.    The command line for NZIP is :
  20.  
  21.       NZIP [configuration file] [marked list file] [*.zip file]
  22.  
  23. The [configuration file] is created with NZIP and can be named anything you like
  24. and can be anywhere along your DOS path. You WILL have to create one to set the
  25. location where PKZIP can be found. The default is C:\UTILS\PKZIP.EXE. I will
  26. explain saving configurations when I discuss key <F3> below. All of the
  27. parameters are optional.  If there is only one parameter then the menu of dir-
  28. ectories appears;if the [marked list] and/or the [*.zip file] appear then a
  29. command line version of NZIP is run with the configuration chosen.
  30.   The [configuration file] contains the actions that will be preformed on the
  31. ZIP file. The [marked list] file is an ASCII file of pathnames,files and/or
  32. wildcards saved with NZIP or anything you like. If you don't want a marked list
  33. file place an 'n' in this place.  If you want to use a marked list with the
  34. default configuration then us 'n' for the [configuration file].  The [marked
  35. list file] can be in the current directory or anywhere along the DOS path.
  36.   If you select an 'n' then no marked list file is read and actions are
  37. preformed with the config.  The [*.zip file] is the name of the ZIP file to
  38. use. If this is not specified then the ZIP file in the configuration is used.
  39. If no ZIP file is specified there the program will exit. The [*.zip file] takes
  40. precedence over any files in the configuration. The .ZIP in the filename is
  41. optional. If for some reason PKZIP cannot be called an error message will
  42. appear. NZIP needs 271K free for its data and to give to PKZIP. If there is not
  43. enough memory for the shell then an 'Insufficient memory error' is flagged.
  44.   You can specify a configuration file and a '?' to see the settings of the
  45. file.  Use an 'n ?' to see the default specs.
  46.  
  47.  
  48.     Some examples of NZIP command lines:
  49.  
  50.  
  51.     NZIP                            :Will run NZIP with Defaults and menus.
  52.     NZIP nz.cfg                     :Run with menus using NZ.CFG config.
  53.     NZIP nz.cfg ?                   :Show settings for NZ.CFG.
  54.     NZIP nz.cfg myfile.txt          :Run NZIP with settings in NZ using MYFILE
  55.                                      as the lists of files to ZIP.
  56.     NZIP n myfile.txt               :Run NZIP with default settings NZ using
  57.                                      MYFILE as the lists of files to ZIP.
  58.     NZIP nz.cfg myfile.txt newzip   :Use NZIP to create a ZIP file using the
  59.                                      settings in NZ but outputted to file
  60.                                      NEWZIP.ZIP.
  61.     NZIP n n ZIPPY                  :Use NZIP to preform update of directory
  62.                                      into ZIPPY.ZIP.
  63.     NZIP n zippers.txt ZIPPY        :Use NZIP to update ZIPPY.ZIP with file
  64.                                      list in ZIPPERS.TXT.
  65.  
  66.  
  67.  
  68.   If the [marked list] parameter does not appear in the command line then:
  69.  
  70.   The first thing NZIP does is read and sort the current directory. The number
  71. of files found is displayed in the top right. Three tables of files are
  72. shown--the arrow keys move the highlight bar amongst the files;PgUp/PgDn
  73. scrolls through the directory. To mark a file for zipping hit <RETURN> when the
  74. highlight is on it. Unmark works the same way. The function keys are used to
  75. open windows and change screens. <ESC> will usually close a window and will
  76. exit the program. When a small input window is waiting for input <RETURN>
  77. will close the window without changing the entry.
  78.  
  79.     The <F-> keys are used thus:
  80.  
  81.  
  82.     <F1>--Brings up a small help menu which explains the function keys.
  83.  
  84.     <F2>--Toggles the directory sorting from alphabetical by name to
  85.           alphabetical by extension.
  86.  
  87.     <F3>--Brings up the Zip settings menu.
  88.  
  89.           There are two windows in the Zip settings.  The top window includes:
  90.  
  91.           The name of the zipfile actions will be preformed on.
  92.           The path to any outputted zipfiles. If the path is specified in the
  93.           zipfile name then this is not needed.
  94.           The location of PKZIP. This parameter is the most important and it
  95.           needs to have the EXACT path and name of PKZIP. The default is
  96.           C:\UTILS\PKZIP.EXE. The EXTENSION MUST BE INCLUDED. After you change
  97.           this you can save it by pressing <F8> for Save configuration.
  98.           This will save the status of all the zip  parameters shown on the
  99.           screen. You may call this file anything you like and use it in the
  100.           command line of NZIP to restore the configuration.
  101.  
  102.           The <F10> key will jump between the two menus. All of the functions
  103.           that I know of in PKZIP are represented here. Arrows will move the
  104.           highlight around the menu;<RETURN> will toggle the option through
  105.           whatever different values it can have. The only active default is
  106.           the Update ZIP file option.
  107.  
  108.           There are two view options on the menu.  The view option in the lower
  109.           portion of the left column views files specified as wildcards.  The
  110.           view on the right,above the other view options,views the entire ZIP.
  111.  
  112.           <F9> key here (as on the directory menu) will execute the zip command
  113.           with the options just selected. You can save as many different
  114.           configurations as you like to do specific tasks and the call them up
  115.           again at the command line of NZIP.
  116.  
  117.           <ESC> closes the window and returns you to the directory menu.
  118.  
  119.     <F4>--Change the current directory. The new directory is searched and
  120.           sorted,all marks remain intact which makes it very easy to zip over
  121.           different directories.
  122.  
  123.     <F5>--Save a copy of the marked files listed in an ASCII file. The file
  124.           will contain the paths and file names of all files and wildcards that
  125.           are being used in the zip.  When an action is preformed with ZIP the
  126.           file will be automatically saved with the most current updates.
  127.  
  128.     <F6>--Load a copy of marked files from a previous session. When this is
  129.           done the loaded list is appended onto the current list. If the same
  130.           file is loaded twice then two copies are in the marked list. You can
  131.           load as many lists as you want to create an even bigger list. This
  132.           list is automatically saved as the last file name loaded unless
  133.           changed with the <F5> key.
  134.  
  135.     <F7>--View all files and wildcards currently marked.
  136.  
  137.     <F8>--Insert wildcard strings into the marked list. This allows wildcards
  138.           to be passed to PKZIP along with any files you have marked. Press
  139.           <RETURN> next to any number on the menu you would like to change.
  140.  
  141.     <F9>--Create zip file. This uses the current configuration to execute
  142.           whatever action specified by calling PKZIP.
  143.  
  144.     <F10>--Change current zipfile. Preform actions on a new zip file. This is
  145.            the .ZIP file that will be used in execution.
  146.  
  147.  
  148.     The program is fairly simple to use. You can cross directories,save the
  149. marked lists,and save the configuration for future use. If you like this
  150. program you can donate $20 for a registered version (it calls PKARC,ICE,etc.)
  151. and update as soon as one is made. I would like to here from anyone who has
  152. tried this program. I can be reached via Compuserve (76106,572) and area BBS's.
  153. Please tell me about any enhancements you would like to see.  Enjoy!
  154.  
  155.  
  156.                                 Andrew Palmer
  157.                                Palmer Software
  158.                                 129 Amboy Ave.
  159.                              Woodbridge,NJ 07095
  160.  
  161.  
  162.  
  163.