home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cproto.zip / cproto46 / testing / case08.bat < prev    next >
DOS Batch File  |  1998-01-31  |  468b  |  17 lines

  1. @echo off
  2. echo Testing case 08
  3. echo Testing case 08 >>run_test.out
  4. if exist case08.out erase case08.out
  5. if exist case08.dif erase case08.dif
  6. copy syntax.c case08.c
  7. ..\CPROTO -c -f3 -v -e -m -ocase08.out -Ocase08.err case08.c
  8. if not exist case08.ref goto saveit
  9.     fc/L/n/w case08.out case08.ref >>run_test.out
  10.     if exist case08.out erase case08.out
  11.     if exist case08.err erase case08.err
  12.     goto end
  13. :saveit
  14.     ren case08.out case08.ref
  15. :end
  16.     erase case08.c
  17.