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

  1. @echo off
  2. echo Simple graphics test
  3. gcc t05.c -o t05 -lgr
  4. go32 t05
  5.