home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 355_03 / slk3.exe / TEST / T.BAT < prev    next >
DOS Batch File  |  1991-06-09  |  337b  |  14 lines

  1. rem
  2. rem source:  spptest.bat
  3. rem version: February 14, 1989
  4. rem
  5. set INCLUDE=c:\include\turboc
  6. REM
  7. REM sys.c
  8. REM
  9. del temp
  10. sdel   \sherlock\spp\sys.c temp >t.out
  11. spp    temp out1 -d TURBOC -s c:\sherlock\spp -s c:\sherlock >>t.out
  12. sppdb  temp out2 -d TURBOC -s c:\sherlock\spp -s c:\sherlock >>t.out
  13. sdif -b out1 out2 >>t.out
  14.