home *** CD-ROM | disk | FTP | other *** search
- rem @echo off
- rem (c) R&D Associates 1994-1996.
- rem All Rights Reserved.
- rem
- rem This gets the differences between the workfile %2 and its archive into
- rem the file %1\diff.log.
- rem
- echo Workfile: %2 > %1\diff.log
- echo Archive: %3 >> %1\diff.log
- echo. >> %1\diff.log
- rcsdiff %2 %3 >> %1\diff.log
-