windows-nt/Source/XPSP1/NT/inetsrv/iis/utils/dmdiffs
2020-09-26 16:20:57 +08:00
..
dirdiff Add source files 2020-09-26 16:20:57 +08:00
doit.bat Add source files 2020-09-26 16:20:57 +08:00
getdir Add source files 2020-09-26 16:20:57 +08:00
getit.bat Add source files 2020-09-26 16:20:57 +08:00
mbdiff Add source files 2020-09-26 16:20:57 +08:00
readme.txt Add source files 2020-09-26 16:20:57 +08:00

Purpose:
    These are simple tools to produce a summary of changes
    to the file system and the metabase between two states.
    
    To make a snapshot of a state, run 
    
    getit <basename>

    which will generate files <basename>.dir and <basename>.mb 
    in current directory.

    To produce a summary of differences between two states, do
    
    doit <old_snapshot_basename> <new_snapshot_basename>
    
    
    Perl for Win32 can be found, for instance, at 
    
    http://www.activestate.com (binary distribution)
    
    
    Please, direct any comments to akozlov.