home *** CD-ROM | disk | FTP | other *** search
- .key old/A,new/A,patch/A,a4,a5,a6,a7,a8,a9,a10
- .bra {
- .ket }
-
- if exists {patch}
- GPatch {old} {patch} T:previousversion{$$} recursive
-
- ; If you have a 'diff' or 'compare' command for binary files, then
- ; you should check now for identical old and new files, because
- ; the recursive mode of GPatch cannot work with a patch of identical
- ; files and you will get an 'circular reference' error message.
-
- GCompare T:previousversion{$$} {new} {patch} {a4} {a5} {a6} {a7} {a8} {a9} {a10}
- else
- GCompare {old} {new} {patch} {a4} {a5} {a6} {a7} {a8} {a9} {a10}
- endif
-
-