projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
improved automake config. make dist, VPATH builds, ...
[btb/d2x.git]
/
unused
/
vga
/
xyz.bat
1
if exist %1 goto done
2
if exist %1.tmp goto done
3
if not "%2" == "" rcsmerge -r%2 -r%3 %1.c
4
ren %1.c *.tmp
5
co %1.c
6
attrib -r %1.c
7
diff -b %1.c %1.tmp |more
8
b %1.c %1.tmp
9
diff -b %1.c %1.tmp |more
10
:done