home *** CD-ROM | disk | FTP | other *** search
/ GIF-GALAXY 2 / gif-galaxy2.iso / programs / zfv.doc < prev    next >
Text File  |  1992-08-07  |  4KB  |  105 lines

  1. ZFV-ZIP Format View, Version 1.11                      08-Aug-92
  2.  
  3.  
  4. Allows you to see how a ZIP file is laid out on disk.  Uses windowing to
  5. step down to lower levels of detail.  Displays header offsets and most field
  6. values, including their interpretation.  Admittedly, this program isn't for
  7. everyone.  For the curious and those with a need to know, however, this
  8. program displays technical data on ZIP files that I haven't seen in any
  9. other program.  New:  Switch to set level of filtering for ZIP files.
  10. Configuration file for default switches.  Updated for the Super-fast Deflate
  11. compression algorithm.
  12.  
  13. Contents:
  14. =========
  15. Purpose
  16. Display
  17. Syntax
  18. Switches
  19. Configuration
  20.  
  21. Purpose:
  22. ========
  23. I developed Zip Format View for my own use, but make it available to anyone
  24. else who might be interested.
  25.  
  26. ZFV is a free program.
  27.  
  28. Display:
  29. ========
  30. The program attempts to sense the type of display used and adjust color
  31. appropriately.  However, if the user has a color graphics card, but no color
  32. monitor, the display may be improved by using the DOS command "MODE BW80". 
  33. Conversely, if you do have a color monitor, but the program displays in
  34. "black and white", try using "MODE CO80".
  35.  
  36. Alternatively, two switches are available from the command line to force
  37. black-and-white and color modes.  See "Switches" below.
  38.  
  39. EGA/43- and VGA/50-line modes are supported.  At program startup, an attempt
  40. is made to detect the actual number of lines on the screen, up to a maximum
  41. of 50, and to adjust the display accordingly.
  42.  
  43. Syntax:
  44. =======
  45.  
  46.         Usage:  ZFV [switches] [filespec]
  47.  
  48. If no extension is specified for "filespec", ".ZIP" is assumed.  If a valid
  49. filename is specified unambiguously, the .ZIP file is immediately displayed. 
  50. Either specifying "filespec" using wildcards, or specifying a drive or
  51. directory name causes a scrollable directory window to pop up.  Simply
  52. typing the program name is the same as specifying "*.ZIP".
  53.  
  54.         Examples:       ZFV c:          <- current directory of drive C:
  55.                         ZFV d:\         <- root of drive D:
  56.                         ZFV \download   <- download subdirectory off root
  57.  
  58. Switches:
  59. =========
  60. /BW     Black-and-White mode.  Provided as an alternative to using DOS's
  61.         "MODE BW80" command.
  62.           
  63. /Fx     Where 'x' represents 0/1/2/3, as follows:
  64.  
  65.         F0 - don't filter (fastest)
  66.         F1 - check only for files with the .ZIP extension (default)
  67.         F2 - same as F1, but do a thorough check of .EXE files
  68.         F3 - check all files for valid ZIP files (slowest)
  69.  
  70. Either '/' or '-' may be used to specify switches.
  71.  
  72. Entering an invalid switch causes the program to display a brief help screen
  73. then exit.
  74.  
  75.         Examples:       ZFV /h
  76.                         ZFV -?
  77.  
  78. Configuration:
  79. ==============
  80. An optional configuration file containing user-selected default switches may
  81. be created or edited with any editor or word processor which can save pure
  82. ASCII text files.  This file should be named "ZFV.CFG" and placed in the
  83. same directory from which ZFV.EXE is loaded (DOS 3.0 and above).
  84.  
  85. Switches, including switch options, may either be separated by spaces or
  86. placed on separate lines.
  87.  
  88. Incompatible switches used on the command line will override switches
  89. included in ZFV.CFG.  Switches are evaluated from left to right on the
  90. command line.
  91.  
  92. A sample ZFV.CFG file is included in the distribution archive for ZFV. 
  93. After extracting the contents of the distribution archive, ZFV.CFG may be
  94. deleted if ZFV's defaults are satisfactory.
  95.  
  96.  
  97. --
  98.  
  99.                 Raymond T. Kaya
  100.                 P. O. Box 1436
  101.                 Honolulu, HI  96806
  102.  
  103.                 CompuServe:  71230,2500
  104.                 GEnie     :  R.KAYA1
  105.