dxx-rebirth/unused/vga/xyz.bat
Bradley Bell f05dc678f0 This commit was generated by cvs2svn to compensate for changes in r5,
which included commits to RCS files with non-trunk default branches.
2001-01-19 03:34:09 +00:00

11 lines
200 B
Batchfile

if exist %1 goto done
if exist %1.tmp goto done
if not "%2" == "" rcsmerge -r%2 -r%3 %1.c
ren %1.c *.tmp
co %1.c
attrib -r %1.c
diff -b %1.c %1.tmp |more
b %1.c %1.tmp
diff -b %1.c %1.tmp |more
:done