windows-nt/Source/XPSP1/NT/inetsrv/iis/utils/dmdiffs/readme.txt
2020-09-26 16:20:57 +08:00

30 lines
608 B
Plaintext

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.