home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / go32 / dodiffs.bat < prev    next >
Encoding:
DOS Batch File  |  1993-08-10  |  160 b   |  7 lines

  1. @echo off
  2. set ORIG_DIR=%1
  3. if _%1==_ set ORIG_DIR=../go32_b5
  4. rm -f *.dif
  5. for %%f in (*.c *.h *.asm *.inc) do call dodiff %%f %ORIG_DIR% -c3
  6. set ORIG_DIR=
  7.