home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG153.ZIP / DEMOBAT.ZIP / C-SOURCE.BAT < prev    next >
DOS Batch File  |  1993-06-25  |  234b  |  11 lines

  1. @echo off
  2. cls
  3. echo Here is a listing of C Language Source code files.
  4. echo Press any key to begin searching...
  5. pause >nul
  6. echo on
  7. ffg /p *:*.[c,h][,pp]
  8. @echo off
  9. echo Done.  Press any key for next demonstration...
  10. pause>nul
  11.