home *** CD-ROM | disk | FTP | other *** search
/ Point Programming 1 / PPROG1.ISO / misc / euphoria / grep.bat < prev    next >
Encoding:
DOS Batch File  |  1994-01-26  |  82 b   |  6 lines

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