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

  1. @echo off
  2. echo system() test
  3. gcc t09.c -o t09
  4. go32 t09 dir
  5. go32 t09 "ls -l t09"
  6. go32 t09 notfound
  7. go32 t09 notfound.exe
  8.  
  9.