home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
gnu
/
djgpp
/
go32
/
dodiffs.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-08-10
|
160 b
|
7 lines
@echo off
set ORIG_DIR=%1
if _%1==_ set ORIG_DIR=../go32_b5
rm -f *.dif
for %%f in (*.c *.h *.asm *.inc) do call dodiff %%f %ORIG_DIR% -c3
set ORIG_DIR=