home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / grep20.zip / 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.