home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / PROG / C_PLUS / CNVLIB2 / GREPEPM.CMD < prev    next >
Encoding:
Text File  |  1994-06-21  |  396 b   |  8 lines

  1. @echo off
  2. REM *****************************************************************
  3. REM *** GrepEdit - Run Grep and edit (with dolist, dropmany, epm) ***
  4. REM *** ver.1      all of the files output from grep              ***
  5. REM *****************************************************************
  6.  
  7. grep -l %1 %2 %3 %4 %5 %6 %7 %8 %9 | DoList "start DropMany 4000 start EPM.EXE" /SKIP 5 /TRUNC 1
  8.