home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / euphoria / grep.bat < prev    next >
DOS Batch File  |  1994-01-26  |  82b  |  6 lines

  1. @echo off
  2. rem string search utility
  3.  
  4. dir %2 | ex.exe %EUDIR%\bin\grep.ex %1
  5.  
  6.