home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / file / pmdmatch / readme.doc < prev   
Text File  |  1994-02-27  |  5KB  |  137 lines

  1.   ***TLIB-keywords*** "%n: Version %v at %f"
  2.   "readme.doc: Version 7 at 27-Feb-94,10:52:32"
  3.  
  4.   ***TLIB-revision-history***
  5. * 1 readme.doc 17-Dec-93,22:29:52 PMDMatch 'readme' file
  6. * 2 readme.doc 31-Dec-93,20:33:52 Changes for v1.04
  7. * 3 readme.doc 4-Jan-94,20:47:02 Changes for v1.05
  8. * 4 readme.doc 7-Jan-94,8:02:36 Changes for v1.06
  9. * 5 readme.doc 14-Jan-94,12:15:32 Changes for v1.07
  10. * 6 readme.doc 26-Jan-94,20:23:16 Changes for v1.08
  11. * 7 readme.doc 27-Feb-94,10:52:32 Changes for v1.09
  12.   ***TLIB-revision-history***
  13.  
  14. PMDMatch is an OS/2 version of the DirMatch utility
  15. originally published years ago in PC Magazine.  I use it to
  16. maintain floppy backups of the projects I'm working on by
  17. matching the project directory with the same directory on
  18. the floppy and only having to copy files that are newer.  It
  19. can also be used when 'merging' a software update, as a file
  20. viewer, and for limited directory management (it is a specific
  21. purpose utility, so don't expect a full-fledged directory
  22. management package, although I have tried to provide as many
  23. features and make it as flexible/configurable as I could).
  24. Just unzip or copy the files to a directory of your choice and
  25. run it from there.
  26.  
  27. Probably the best way to run the first time is:
  28.  
  29.   PMDMatch dirpath1 dirpath2
  30.  
  31. This will bring up PMDMatch and compare the two directories.
  32. It will also create an initial 'PMDMatch.ini' file in the
  33. directory from which it was run to hold your personalized
  34. settings such as color, font, options, etc.  The 'dirpath's
  35. can be full or relative specifications with or without drive
  36. letter.  Then take a look through the help contents or index
  37. and learn about the other options and usage.
  38.  
  39. Here's the stuff I still intend to (someday <s>) add, based
  40. upon how much request there is for them:
  41.  
  42. 1) Change selection directory control to a container and
  43.    allow tree or single level display of directories
  44.  
  45. 2) Allow direct edit of the container title to change dirs
  46.  
  47. 3) Add a capability to create the destination directory if
  48.    if doesn't exist
  49.    
  50. 4) Perhaps implement print (low priority),
  51.  
  52. I usually try to keep my registered users at least a version
  53. ahead of the one I upload to OS2BVEN, so if you want to be
  54. sure to get the latest, please be sure and register!
  55.  
  56. Version History
  57.  
  58. 1.09
  59.     1) Made the directory selection dialog box larger (and
  60.        added a horizontal scroll bar) so it would show more
  61.        drives/directories at once
  62.     2) Corrected so the directory selection list box shows
  63.        FAT directories in sorted order
  64.     3) Implemented 'move' option
  65.     4) Added a pop-up menu for the containers
  66.     5) Added an option to show or not show the buttons since
  67.        the popup menu can do all they do
  68.     6) Added a check box to the directory selection dialog box
  69.        to allow showing the entire tree of subdirectories below
  70.        the current level or just the next level (this may be
  71.        replaced with a container tree view control someday)
  72.  
  73. 1.08
  74.     1) Added a /L command line option for specifying 'filter All'
  75.     2) Implemented 'Ignore Read-Only attributes' option
  76.     3) Corrected bugs with using tab/arrow keys to move among
  77.        controls (buttons and containers)
  78.     4) Implemented 'Highlight identical files' option
  79.     5) Changed filter toggle cycling key from F8 to F7
  80.     6) Added a Swap-F8 button.  Note that this will cause the
  81.        customized colors/fonts of the buttons to be lost the first
  82.        time this new version is run and they will have to be setup
  83.        again <sorry>
  84.  
  85. 1.07
  86.     1) Corrected a directories display problem which occurred when
  87.        there was no .ini file and PMDMatch was first run without
  88.        any command line directories
  89.     2) Changed colorization so that the default system colors are
  90.        used until drag/drop has been done to customize them so the
  91.        user doesn't feel they're locked into my arbitrary choice of
  92.        colors
  93.     3) Corrected problems with the directory choices dialog box
  94.  
  95. 1.06
  96.     1) Added 'exclude' filter handling
  97.  
  98. 1.05
  99.     1) Corrected some error message handling problems when one of
  100.        the directories being specified didn't exist
  101.     2) Reworked 'include' filter handling
  102.     3) Enhanced error handling during 'dir'/'drive' selections
  103.     
  104. 1.04
  105.     1) Corrected a problem where closing while still filling the
  106.        containers would report an error by disabling 'close' on
  107.        the system menu
  108.     2) Added 'Abort/Retry/Ignore' to error message/handling
  109.     3) Changed 'About to' messages to be informational instead
  110.        of questions (eliminates beep as well)
  111.     4) Corrected an access violation bug
  112.     5) Added simple animation to the About box
  113.     6) Added 'include' filter handling
  114.     7) Corrected a problem where files which were only different
  115.        in size didn't show up in the different/modified views.
  116.        They now show but neither is high-lighted since it's
  117.        impossible to tell which is 'newer'
  118.  
  119. 1.03
  120.     1) Corrected directory selection so selecting drive letters
  121.        refreshes the directory list
  122.     2) Corrected a bug where double-clicking on an empty container
  123.        window caused an access violation
  124.  
  125. 1.02
  126.     1) Corrected multiple instances problem
  127.     2) Changed directory selection dialog to be common
  128.     3) Corrected 'delete' file 'in-use' emphasis
  129.     4) Corrected a problem when trying to specify just a drive
  130.        on the command-line so it uses that drive's current
  131.        directory
  132. 1.01
  133.     1) Main funtionality complete
  134.  
  135. 1.00
  136.     1) Initial release
  137.