home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / zdir21.zip / README.DOC < prev    next >
Text File  |  1994-10-24  |  18KB  |  375 lines

  1. This file contains four sections:  ZanySoft programs, Upcoming ZanySoft
  2. programs, ZDir notes, and ZDir release history.
  3.  
  4. ZanySoft programs:
  5. -------------------------------------------------------------------------------
  6.         ZDir, a powerful directory utility with coloring by extension, sorting,
  7.                 easy configuration, full wildcards, and more.
  8.                 Current version: 2.1
  9.  
  10.         ZD86 (ZanySoft Debugger), a powerful symbolic debugger with pull down
  11.                 and pop up menus, multiple resizable overlapping windows, and
  12.                 of course, it is fully configurable.
  13.                 Current version: 1.01
  14.  
  15. Upcoming ZanySoft programs:
  16. -------------------------------------------------------------------------------
  17.         ZDir for Win32
  18.  
  19.  
  20. ZDir notes:
  21. -------------------------------------------------------------------------------
  22. ZanySoft Dir (ZDir) is an easy to use and very powerful directory lister.  The
  23. main purpose of ZDir is to replace the generic DIR command with a fast, easily
  24. readable display with more functionality.  It can organize the file listing
  25. with many sorting options, color files based upon their extension, choose how
  26. many columns to use in the display, find files, draw a tree of the directory
  27. structure, use full-scale wildcards, and much more.  Besides being powerful and
  28. easy to use, ZDir is also easy to configure with the included configuration
  29. program ZDircfg.  It is very easy for a novice computer user to learn how to
  30. use ZDir, but has many features that expand upon the basic directory listing
  31. capability.
  32.  
  33. The complete ZDir package consists of ZDir.com, ZDir.doc, ZDircfg.exe, and
  34. Readme.doc (this file).  If you do not have all of these files, then you do not
  35. have the complete ZDir package version 2.1.  If you want to jump right in to
  36. using ZDir, pause for a second and read section 3 of ZDir.doc, the Quick-start.
  37. It should give you a brief overview of what ZDir is all about in only a couple
  38. of minutes.
  39.  
  40. ZDir is Shareware, and if you choose to use it after a short trial period then
  41. you are obligated to pay for it.  For a more thorough discussion of Shareware,
  42. see section 2 of the manual (ZDir.doc).  Typing ZDir /R from the DOS prompt
  43. will display a registration form, which you can print out, fill out, and send
  44. in.
  45.                             
  46. ZDir release history:
  47. -------------------------------------------------------------------------------
  48.         2.1 Enhancements:
  49.  
  50.                 When waiting for a keypress after each screen, the enter
  51.                 key now scrolls an entire screen.  The down arrow key
  52.                 scrolls only one line.
  53.  
  54.                 When writing to alternate output (/Lfilename), waiting for
  55.                 a keypress is turned off.  To still have ZDir wait for a key
  56.                 every screen, put /K on the command line after /Lfilename.
  57.  
  58.         2.1 Bug fixes:
  59.  
  60.                 The method used in ZDir 2.0 to get the volume serial number
  61.                 caused the DOS cache to be cleared, which really could slow
  62.                 down ZDir.  The serial number is no longer displayed.
  63.  
  64.                 Disks that can store over 655M caused a divide overflow in
  65.                 all previous versions of ZDir.  *Fixed*
  66.  
  67.                 The /t and /f options would not descend directories that were
  68.                 marked as read only, hidden, or system.  *Fixed*
  69.  
  70.                 When displaying a tree, the total file size in a directory
  71.                 is now displayed in terms of 1000 byte blocks, not 1024.
  72.                 This is now consistent with the display of file sizes
  73.                 in normal listings of over 1,000,000 which is in terms of
  74.                 millions.
  75.  
  76.                 When Default edit->File list choices->Entire entry in file
  77.                 color was set to yes, sometimes blank spaces would be printed
  78.                 in the incorrect color.  *Fixed*
  79. -------------------------------------------------------------------------------
  80.         2.0 Enhancements:
  81.  
  82.                 Full-scale wildcards are now accepted.  Full wildcards are much
  83.                 more flexible than normal DOS wildcards:  *'s and ?'s can be
  84.                 put anywhere, such as ZDir *z??d*8*6?.?o* .  Since this
  85.                 replaces string searching, string searching has been removed.
  86.                 For the same function, just surround the string with *, like
  87.                 this: ZDir *string* .
  88.  
  89.                 The configuration option as well as many other options have
  90.                 been removed from ZDir and placed into a separate configuration
  91.                 program called ZDircfg.  This should make the configuration
  92.                 and upgrading of ZDir painless.  ZDircfg is a menu driven
  93.                 program that allows you to set all colors, defaults, and
  94.                 extensions, and save and load configuration information
  95.                 from ZDir.  Because of this, most configuration options have
  96.                 been removed from ZDir for ease of use, so only non-configurable
  97.                 commands (/F, /?, and /R for example) are left.  Changing
  98.                 the number of columns and primary sort are still available
  99.                 on the command line of ZDir for one-time runs, which you
  100.                 do not want to make defaults.
  101.  
  102.                 New feature /T added to make a directory tree from the
  103.                 specified directory on down, giving the number of files
  104.                 and total size of each directory, adding up only files which
  105.                 match the filespec.
  106.  
  107.                 Option added in ZDircfg to have directories appear clumped
  108.                 together at the beginning or end of the file list, or sorted
  109.                 with other files like in the past.
  110.  
  111.                 Configured extensions may now have wild cards in them!  Lower
  112.                 number extensions have priority, so that the more general the
  113.                 extension specification (w or w/o wildcards) the earlier in
  114.                 the extension list it should be put (C should be earlier than
  115.                 C??, otherwise the C?? color would be found before the C color).
  116.  
  117.                 A new command line option, /U, makes ZDir only list files
  118.                 that match "user extensions", which are set in ZDircfg.
  119.  
  120.                 When prompted to press any key, the Enter key prints one line
  121.                 and then waits for another key.  Any key except for the Enter
  122.                 key prints another full screen of data.
  123.  
  124.                 ZDir works with size text screen, including 132 column text
  125.                 modes of many super VGA cards.
  126.  
  127.                 Setting sorting by attribute on the command line removed,
  128.                 and writing ANSI color codes to the file specified by /L,
  129.                 which used to by /M, is now /A
  130.  
  131.                 Disks with a serial number now optionally have the serial
  132.                 number printed next to the volume label.
  133.  
  134.                 In alternate output files, interecting or corner lines are
  135.                 now represented by +, not *.
  136.  
  137.                 Sorting by attribute eliminated--it's useless.
  138.  
  139.         2.0 Bug fixes:
  140.  
  141.                 File sizes of over 100,000 were often reported slightly
  142.                 lower than the actual size.  *Fixed*
  143.  
  144.                 All previous versions of ZDir sometimes would give incorrect
  145.                 listings or even lock up in directories with 254 or 255
  146.                 files.  *Fixed*
  147.  
  148.                 ZDir 1.3 and 1.4 did not display the top two lines on
  149.                 8088/8086 system.  *Fixed*
  150.  
  151.                 ZDir 1.4 would lock up on CGA systems--sorry about that!
  152.                 *Fixed*
  153.  
  154.                 When doing a Full path search, the final report would give
  155.                 an incorrect number of directories searched (in version 1.4
  156.                 only).  *Fixed*
  157.  
  158.                 The alternate output would not get the first line of the
  159.                 display (in version 1.4 only).  *Fixed*
  160.  
  161.                 Now, Ctrl-C and Ctrl-break will actually quit ZDir at almost
  162.                 any time.
  163. -------------------------------------------------------------------------------
  164.         1.4 Bug fixes:
  165.  
  166.                 A slight glitch in the attribute changing mechanism sometimes
  167.                 would cause a divide overflow.  *Fixed*
  168.  
  169.                 ZDir would sometimes not scroll up the screen at the end,
  170.                 and so the bottom line of information would be overwritten.
  171.                 *Fixed*
  172.  
  173.                 If a directory had the same extension (or lack thereof) as
  174.                 one of the 30 specified on the configuration screen, the
  175.                 directory name was shown in the extension color, not the
  176.                 directory color.  *Fixed*
  177.  
  178.                 If run in graphics mode ZDir did not switch into text mode
  179.                 and display a listing.  *Fixed*
  180.  
  181.                 File entries with a year or 2101 or larger would make the
  182.                 display be misaligned.  *Fixed*
  183.  
  184.         1.4 Enhancements:
  185.  
  186.                 The current time and date as reported by DOS are now printed
  187.                 on the top line of the display.  The second line has the path
  188.                 and volume label.
  189.  
  190.                 Certain long paths will not fit on the same line as the
  191.                 volume label.  If a path will not fit, the minimum number
  192.                 of directories needed to make the path fit are removed
  193.                 from the display, replaced by a \...\.  For example, running
  194.                 ZDir c:\dos\util\sharewar.e\dir\awesome\colorful\best\zdir.com
  195.                 ZDir may need to replace the path spec with
  196.                 c:\...\dir\awesome\colorful\best\zdir.com in order to fit it
  197.                 on the screen.
  198.  
  199.                 Commas are now printed in the numbers in the summaries for
  200.                 easier reading.  A new options in the Default Configuration
  201.                 Screen allows you to select whether file sizes have commas
  202.                 put in them as well (except for 6 digit file sizes in non-
  203.                 one column mode -- commas wouldn't fit!).  The new command
  204.                 line option , (e.g. ZDir /,) toggles the default.
  205.  
  206.                 In the Color Configuration Screen, page up and page down
  207.                 now change the foreground color, and ctrl-page up and
  208.                 ctrl-page down change the background color.
  209.  
  210.                 When string searching is enabled and you run
  211.                 ZDir d:\directory, ZDir will assume you meant
  212.                 ZDir d:\directory\*.*, saving you the typing of the \.
  213.  
  214.                 When doing file finds with the F option, directories are
  215.                 shown directly after their parent, instead of all directories
  216.                 one level deep, then all directories 2 levels deep, etc.
  217.  
  218.                 New choice in Default Configuration Screen:  All information
  219.                 about each file can be the same color as the file.
  220.  
  221.                 The Y command in conjunction with an attribute changing
  222.                 command will now change the attributes of all found
  223.                 directories as well as all found files.
  224.  
  225.                 Ctrl-Break will now abort ZDir most of the time.
  226.  
  227.                 During the "advertisement" in the unregistered version,
  228.                 the escape key now quits back to DOS.
  229.  
  230.                 ZDir now fully supports any number of rows on the screen
  231.                 (including 43 and 50 line modes).
  232. -------------------------------------------------------------------------------
  233.         1.3 Bug fixes:
  234.                 When the disk drive being listed was created with SUBST or
  235.                 ASSIGN ZDir incorrectly tried to list (drive):\\*.*.  *Fixed*
  236.  
  237.                 When Auto-detect columns was on and ZDir /1 (or 2, 3, 4, 6, or
  238.                 W) /q was then typed, auto-detection was not turned off.
  239.                 *Fixed*
  240.  
  241.                 Files with a year of 200x were displayed incorrectly.
  242.                 *Fixed*
  243.  
  244.                 When run directly from other programs, there was usually a
  245.                 divide overflow.  *Fixed*
  246.  
  247.                 String searches of over 8 characters were truncated to only
  248.                 8 characters.  *Fixed*
  249.  
  250.         1.3 Enhancements:
  251.  
  252.                 Secondary sort type can now be specified in the /Q Default
  253.                 Configuration Screen.  Any ties between files on the primary
  254.                 sort type will be broken by the secondary sort type.  Any ties
  255.                 on the secondary sort type are broken by filename.
  256.  
  257.                 In the Default Configuration Screen, two new choices have been
  258.                 added:  (1) Show the . and .. files, or totally ignore them,
  259.                 and (2) include directories in the file count, or do not count
  260.                 them.
  261.  
  262.                 The command L(filename) sends the output of ZDir to a file
  263.                 or device.  It writes graphic lines only if that option is on.
  264.                 It will not write over existing files.
  265.                 Example:  ZDir *.WK3 /LC:\spread.lst
  266.                 To send output to the modem, type ZDir /Laux
  267.                 The P command has been disabled, so to send output to the
  268.                 printer, type ZDir /Lprn
  269.  
  270.                 The M command turns on ANSI color control on the secondary
  271.                 output device specified with the L command, for this run only.
  272.                 NEVER turn this on when output is to the printer.
  273.  
  274.                 The Color configuration screen is now more user friendly,
  275.                 as you can hit page up and page down to change the color
  276.                 when the arrow points to the extension.
  277.  
  278.                 The Network attribute is now shown whenever the other
  279.                 attributes are shown, at the end (if all file attributes
  280.                 are on, it would show AHRSN).  With 2 column display, the
  281.                 N may touch the file date.
  282. -------------------------------------------------------------------------------
  283.         1.2 Bug fixes:
  284.                 File sizes over 1 meg were displayed 1 character to the left.
  285.                 *Fixed*
  286.  
  287.                 Directories with over 1000 files would make ZDir lock up.
  288.                 *Fixed*
  289.  
  290.                 Volume labels were sometimes displayed with a . (period) that
  291.                 was incorrect.  *Fixed*
  292.  
  293.         1.2 Enhancements:
  294.  
  295.                 String searching function--when a file name is given without
  296.                 wild cards, all files are searched for the string anywhere
  297.                 in the name (I option toggles on/off).
  298.  
  299.                 When outputting to the printer, display is shown on the
  300.                 screen as well, and the G option toggles printing graphic
  301.                 line characters or replacing them.
  302.  
  303.                 The Q command now invokes a full screen editor of default
  304.                 options.
  305.  
  306.                 K command toggles the wait for key at the end of every
  307.                 displayed screen, B command toggles BIOS screen writes,
  308.                 and E command toggles clearing the screen to start.
  309.  
  310.                 Full path search with the F command will locate all files
  311.                 in the specified directory and all of its subdirectories.
  312.  
  313.                 Auto-column detection (with the U command) will determine
  314.                 how many columns to use in the display depending on the
  315.                 number of files found.
  316.  
  317.                 One column mode now displays the space taken up be each
  318.                 individual file, in the 'totals information' color, as
  319.                 well as the network attribute with an N.
  320.  
  321.                 Attribute changing added with the [+|- A|H|R|S] commands.
  322. -------------------------------------------------------------------------------
  323.         1.1 Bug fixes:
  324.  
  325.                 File errors (when saving default colors and settings) were
  326.                 not reported.  *Fixed*
  327.  
  328.                 In certain cases file sizes with a 0 in the thousands' place
  329.                 would be printed incorrectly.  *Fixed*
  330.  
  331.                 Commands such as ZDir .com were not correctly expanded to
  332.                 ZDir *.com. *Fixed*
  333.  
  334.                 Incorrect drive specification was not reported. *Fixed*
  335.  
  336.                 If ZDir was run from a directory with an extension, then the
  337.                 directory contents were not shown. *Fixed*
  338.  
  339.                 Some large directories had a "using up" space that was
  340.                 incorrect. *Fixed*
  341.  
  342.         1.1 Enhancements:
  343.  
  344.                 Addition of 2, 3, 4, and 6 column modes added using the #
  345.                 as a command line parameter.
  346.  
  347.                 Printer support through the P parameter.
  348.  
  349.                 The cursor is now placed at the current row on the screen,
  350.                 so that on systems with only 1 drive emulating 2 the
  351.                 message "Place disk in B:" will be visible.
  352.  
  353.                 A - or a / may be used to specify command line arguments.
  354.                 Arguments may be specified by either /|-[args] (such as /z1)
  355.                 or /|-[arg1] /|-[arg2] /|-[arg3] (such as /z -1).
  356.  
  357.                 The configuration is now MUCH more user friendly.
  358.  
  359.                 Files with a volume label attribute are now also printed,
  360.                 so that there is no way to hide files from ZDir.
  361.  
  362.                 Up to 30 extensions and their colors may now be specified.
  363.  
  364.                 File sizes of 1 megabyte or larger are now displayed in terms
  365.                 of Megabytes, such as 1.0M, 14.4M, 52.8M.
  366.  
  367.                 The top of the display is now better, using up only one line,
  368.                 or two if the path specification is long ( >36 characters).
  369.  
  370.                 Secondary sorting by file name added.
  371.  
  372.                 And many other niceties, including a faster sorting algorithm.
  373. -------------------------------------------------------------------------------
  374.         1.0     First public release of ZDir.
  375.