home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / ARCHIVE / ZIPVU123.ZIP / ZIPVIEW.DOC next >
Encoding:
Text File  |  1991-03-15  |  11.7 KB  |  269 lines

  1.  ┌────────────────────────────────────────────────────────────────────────────┐
  2.  │            ZipView 1.23       Copyright 1990      Jerry Kwit               │
  3.  │             4506 Little River Run Dr.   Annandale Va. 22003                │
  4.  └────────────────────────────────────────────────────────────────────────────┘
  5.  
  6.   With ZipView you can view documents and/or execute programs from within a
  7.   Zipfile.  Parameters can be passed to programs before they are run, and
  8.   ZipView does not leave the extracted program or document on the disk after
  9.   execution.  ZipView 1.23 is also compatible with the PCTOOLS 6.0 Launch
  10.   Command.
  11.  
  12.   ZipView requires PKZIP & PKUNZIP Ver. 1.1 and LIST to be in your DOS Path.
  13.   These programs are used to extract and view the files.  COMMAND.COM should
  14.   also be accessible on the path.  If the file you want to view or execute
  15.   already exists in the default directory, ZipView will not extract the file.
  16.   In this case, run ZipView from a different directory.
  17.  
  18.   ─────────────────────────────────────────────────────────────────────────────
  19.   Example:
  20.   With the default directory set to \util type:
  21.   ZIPVIEW \MYDOCS\MYDOCS.ZIP
  22.   ZipView will then use the \util directory for it's temporary files.
  23.   ─────────────────────────────────────────────────────────────────────────────
  24.  
  25.   A maximum of 400 directory entries can be displayed from one Zipfile.  An
  26.   error will occur if you attempt to run with a Zipfile that contains more
  27.   than 400.
  28.  
  29.  
  30.   Any file that ends in EXE or COM will be executed, all others will attempt
  31.   to be LISTed.  Select the file with the arrow keys and press RETURN.
  32.   DOS 2.x or later is required.  ZipView can also be run against Zipfiles
  33.   on network drives.
  34.  
  35.   NOTE:
  36.   If you happen to execute a DOS Command Shell from ZipView, remember to type
  37.   EXIT to return to ZipView.
  38.  
  39.   ZipView can be run from a floppy drive or a hard disk.  In either case, you
  40.   must have enough free space left to extract the file you want to view or
  41.   execute, and space for a copy of the ZIP directory.  ZipView extracts the
  42.   file from the Zipfile and temporarily stores it in the default directory.
  43.   You will get an error message if you run out of space.  Also, if you run
  44.   from a floppy drive, COMMAND.COM, PKZIP & PKUNZIP Ver. 1.1, and LIST must be
  45.   available on the directory path or stored in the default directory with
  46.   ZipView.
  47.  
  48.   ZipView is compatible with DesqView 2.26 and Windows 3.0.
  49.  
  50.  
  51.  
  52.   Using ZipView with PCTOOLS 6.0:
  53.  
  54.   If you have used the Zip viewer in PCTOOLS 6.0 you may have noticed that
  55.   files with a pathname are truncated.  Use ZipView to see the full filename.
  56.   You can install ZipView in the PCSHELL Application Menu.  Previous to ver.
  57.   1.23 ZipView would report file not found because of the way PCTOOLS passed
  58.   the filename to an application.  This sample Application Editor screen
  59.   should work for most installations.  Remember to use your directory names.
  60.   Once Zipview is installed, position the cursor bar on a Zipfile in the
  61.   File Window or in the Locate Window and use the Launch Command (Ctrl-ENTER)
  62.   to execute ZipView.
  63.  
  64.  ──────────────────────────   Application Editor  ────────────────────────────
  65.  
  66.        Application..................[ZipView.........................]
  67.        Initial Directory............[C:\zipview......................]
  68.        Execute Path.................[C:\zipview......................]
  69.        Run File Name................[zipview ]
  70.        Run File Extension...........[exe]
  71.        Run Parameters...............[<Path>                          ]
  72.        User Prompt..................[                                ]
  73.        Keystrokes...................[                                ]
  74.        File Specs...................[*.zip                           ]
  75.  
  76.        Quick Run this Application......................(Y/N)       [N]
  77.        Run With Selected File..........................(Y/N)       [Y]
  78.        Wait on Last Application Screen.................(Y/N)       [N]
  79.        Exit to DOS when Application ends...............(Y/N)       [N]
  80.  
  81.  
  82.  ─────────────────────────────────────────────────────────────────────────────
  83.  
  84.   View a Zip Within Another Zip:
  85.  
  86.   This version of ZipView also allows you to view the contents of a Zip
  87.   within another Zip.  You can view Zipfiles up to 20 deep.  Just press
  88.   RETURN on the Zipfile as usual.  ZipView will extract the Zipfile from
  89.   the Zip and use the default directory for storage before it displays
  90.   the new Zip directory.  You can then view or execute any files in this
  91.   Zipfile.  When you hit ESC to exit you will be returned to the previous
  92.   Zipfile until you are back to the original Zipfile.  No nested Zipfiles
  93.   or viewed files will remain on your disk after ZipView ends.
  94.  
  95.  
  96.   Viewing Graphics Files:
  97.  
  98.   If the file you select to view ends in .PCX, .PIC, or .GIF ZipView will
  99.   attempt to call the program CSHOW to view the file.  If the file you want
  100.   to view ends in .WPG ZipView will attempt to call the program WPDRAW to
  101.   view the file.  Both of these programs must be in your DOS path for this to
  102.   work properly.  If these programs cannot be found ZipView will return to
  103.   the main screen.
  104.  
  105.  
  106.   Adding, Extracting and Deleting Files From a Zip:
  107.  
  108.   This version of ZipView allows you to add, delete, and extract a file
  109.   from a Zip.  Just position the cursor bar on the file and select the
  110.   appropriate menu choice from the bottom of the screen.  An extracted
  111.   file will be placed in the default directory.  And remember, no Zip or
  112.   viewed file remains on your hard disk after ZipView ends.  Only files
  113.   that have been extracted will remain in the default directory.
  114.  
  115.   When adding a file, give the full pathname if the file does not exist
  116.   in the default directory.  Wildcards are OK.
  117.  
  118.  
  119.  
  120.   NOTE:                                                                            │
  121.  
  122.   Pathnames stored in a Zipfile must be less than 45 characters long or they
  123.   will not be displayed properly on the screen.  They also will not select
  124.   properly with ZipView.  Paths must be limited to 45 characters or less.                                                                      │
  125.  
  126.   If per chance you experience a machine lock up for some reason while viewing
  127.   or executing a program from ZipView, and you have to reboot the system,
  128.   you will still have the last extracted file on your disk.  You can of course
  129.   delete it manually, it will still be in the Zipfile.  You can also delete
  130.   the temporary ZIP directory ZIPDIR.TMP.  Although there will be no problem
  131.   if you forget.
  132.  
  133.  
  134.   IMPORTANT:
  135.  
  136.   COMMAND.COM 2.x or later, PKZIP & PKUNZIP Ver. 1.1, and LIST must be in
  137.   your path or ZipView will not execute as expected.  If you receive error
  138.   messages when first starting ZipView, suspect that one of the above
  139.   programs cannot be accessed.  Earlier versions of PKZIP will not work.
  140.  
  141.  ─────────────────────────────────────────────────────────────────────────────
  142.  
  143.   The following PKZIP commands will allow you to store all document files on
  144.   your hard disk in one convenient Zipfile, and then you can use ZipView
  145.   to browse the contents.  You can then delete the document files from your
  146.   hard disk.
  147.  
  148.  
  149.  
  150.   -p -P  Store relative paths with filenames in the Zipfile
  151.  
  152.   This parameter stores the path names of the files in the ZIP directory
  153.   so you know the original directory where it was located.  An upper case
  154.   P tells PKZIP to also store the path of the default directory.
  155.  
  156.  
  157.  
  158.   -r  Recurse through subdirectories
  159.  
  160.   This parameter tells PKZIP to search all directories in the tree
  161.   under the current directory for the specified files.
  162.  
  163.  
  164.  
  165.   For example:
  166.  
  167.   C:> PKZIP -rp mydocs.zip  D:*.doc  C:*.doc
  168.  
  169.  
  170.   This command will search for all .DOC files on the D drive and all
  171.   .DOC files on the C drive and store them in the mydocs.zip file.
  172.  
  173.  ─────────────────────────────────────────────────────────────────────────────
  174.  Copyright Notices:
  175.  
  176.  Windows 3.0        Copyright       Microsoft Inc.
  177.  
  178.  DesqView 2.26      Copyright       Quarterdeck Inc.
  179.  
  180.  PCTOOLS 6.0        Copyright       Central Point Software
  181.  
  182.  LIST.COM           Copyright       Vernon D. Buerg
  183.                                     139 White Oak Circle
  184.                                     Petaluma CA. 94952
  185.  
  186.  PKZIP / PKUNZIP    Copyright       PKWARE, Inc.
  187.                                     7545 North Port Washington Road
  188.                                     Suite 205
  189.                                     Glendale, WI  53217-3422
  190.  
  191.  CSHOW              Copyright       Bob Berry
  192.                                     Canyon State Systems and Software
  193.                                     P.O. Box 86
  194.                                     Sedona Az. 86336
  195.  
  196.  WPDRAW             Copyright       Kenneth Macleod
  197.  
  198.  
  199.  ZipView 1.23       Copyright       Jerry Kwit
  200.                                     4506 Little River Run Dr.
  201.                                     Annandale Va. 22003
  202.  
  203.  ─────────────────────────────────────────────────────────────────────────────
  204.  
  205.    Thanks to Bill Ritzel and Don Cunningham for their beta testing efforts
  206.    and suggestions.
  207.  
  208.  ─────────────────────────────────────────────────────────────────────────────
  209.  
  210.                            Software Registration
  211.  
  212.    If you find ZipView fast, easy, and convenient to use a registration of
  213.    $10 would be appreciated.  Registered users will receive the next update
  214.    and any maintenance release.  Comments (good or bad) and suggestions are
  215.    welcome.  And if you don't send anything, it's OK, you can tell the SPA
  216.    I said it was all right.
  217.  
  218.  
  219.                                    Jerry Kwit
  220.                                    4506 Little River Run Dr.
  221.                                    Annandale Va. 22003
  222.  ─────────────────────────────────────────────────────────────────────────────
  223.  
  224.                                Version History
  225.  
  226.                 Check file date and time to verify your version.
  227.  
  228.            1.23     03/15/91   01:23      Added capability to add, delete,
  229.                                           and extract files.
  230.  
  231.                                           Added capability to view graphics
  232.                                           files.
  233.  
  234.                                           Added capability to view Zips
  235.                                           within Zips up to 20 deep.
  236.  
  237.            1.11     08/01/90   01:11      Directory listing is now sorted.
  238.  
  239.                                           Now compatible with PCTOOLS 6.0
  240.                                           Launch Command from PCSHELL.
  241.  
  242.                                           You can now view a Zip within
  243.                                           another Zip.  Just select it
  244.                                           with Enter.
  245.  
  246.                                           DOS 3.x is no longer required.
  247.                                           DOS 2.x or later is OK.
  248.  
  249.                                           Now comes up in color on color
  250.                                           monitors.
  251.  
  252.                                           You can now start ZipView with the
  253.                                           command line:
  254.  
  255.                                           ZipView [path\]*.ZIP
  256.  
  257.                                           and it will find all the Zipfiles
  258.                                           in the specified directory.  Use the
  259.                                           N Next command on the main screen
  260.                                           to go to the next Zipfile.
  261.  
  262.            1.01     07/02/90   01:01      Corrected problem with headers
  263.                                           in zip directory.
  264.  
  265.            1.0      07/01/90   01:00      First release
  266.  
  267.  
  268.  
  269.