Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

608 B

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.