home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / tests / t01.bat < prev    next >
Encoding:
DOS Batch File  |  1993-11-30  |  70 b   |  5 lines

  1. @echo off
  2. echo Simple C compile test
  3. gcc -v t01.c -o t01
  4. go32 t01
  5.