home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bind494s.zip / OS2link.cmd < prev    next >
OS/2 REXX Batch file  |  1996-09-04  |  457b  |  18 lines

  1. @echo off
  2. echo Linking to .EXE files
  3. emxbind named\named
  4. emxbind named\named-xfer
  5. emxbind tools\dig
  6. emxbind tools\dnsquery
  7. emxbind tools\host
  8. emxbind tools\addr
  9. emxbind tools\nslookup\nslookup
  10. echo Stripping debug info from .EXE files
  11. emxbind -s named\named.exe
  12. emxbind -s named\named-xfer.exe
  13. emxbind -s tools\dig.exe
  14. emxbind -s tools\dnsquery.exe
  15. emxbind -s tools\host.exe
  16. emxbind -s tools\addr.exe
  17. emxbind -s tools\nslookup\nslookup.exe
  18.