CHKINT.BAT

This is a program to check interrupt vectors to see if they
have changed since the last time CHKINT was run.

Place the line 'CALL CHKINT.BAT' somewhere in your AUTOEXEC.BAT
file. If you have any 'choice loads' where you might load or
not load a TSR, put it before them to avoid constant alerts.

If anything changes you will be notified and given a chance to
update the data file, which is stored in the current directory.
To keep this and its data file in another directory,
use something like...

...
cd \chkint
call chkint.bat
cd \
...

The save file is called CHKINT.SAV - Normally this will be the
only data file. If there is a difference the file CHKINT.REP
contains the current vectors and CHKINT.DIF lists the differences.

 