home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / c_count-.0 / c_count- / c_count-7.0 / testing / showdiff.bat < prev    next >
Encoding:
DOS Batch File  |  1995-05-21  |  169 b   |  6 lines

  1. @echo off
  2. rem $Id: showdiff.bat,v 7.1 1995/05/21 00:21:20 tom Exp $
  3. rem Compares files for C_COUNT sanity-tests
  4. echo CASE %1 >>run_test.log
  5. fc %2 %3 >>run_test.log
  6.