home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / GREP20 / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1993-10-17  |  157b  |  10 lines

  1. @echo off
  2. if .%1 = . goto error
  3. if .%2 = . goto error
  4. copy grep.exe %1
  5. copy emx.dll %2
  6. goto quit
  7. :error
  8. echo Usage: install <bindir> <dlldir>
  9. :quit
  10.