home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / EMXFIX04.ZIP / EMXLFIXS.CMD < prev    next >
OS/2 REXX Batch file  |  1994-01-08  |  1KB  |  27 lines

  1. if exist ar.exe       emxbind -uq emxl ar
  2. if exist as.exe       emxbind -uq emxl as
  3. if exist cc1.exe      emxbind -uq emxl cc1
  4. if exist cc1obj.exe   emxbind -uq emxl cc1obj
  5. if exist cc1plus.exe  emxbind -uq emxl cc1plus
  6. if exist cpp.exe      emxbind -uq emxl cpp
  7. if exist emxcat.exe   emxbind -uq emxl emxcat
  8. if exist emxexp.exe   emxbind -uq emxl emxexp
  9. if exist emximp.exe   emxbind -uq emxl emximp
  10. if exist emxomf.exe   emxbind -uq emxl emxomf
  11. if exist emxomfar.exe emxbind -uq emxl emxomfar
  12. if exist emxomfld.exe emxbind -uq emxl emxomfld
  13. if exist gcc.exe      emxbind -uq emxl gcc
  14. if exist gdb.exe      emxbind -uq emxl gdb
  15. if exist genclass.exe emxbind -uq emxl genclass
  16. if exist info.exe     emxbind -uq emxl info
  17. if exist ld.exe       emxbind -uq emxl ld
  18. if exist listomf.exe  emxbind -uq emxl listomf
  19. if exist makeinfo.exe emxbind -uq emxl makeinfo
  20. if exist nm.exe       emxbind -uq emxl nm
  21. if exist objdump.exe  emxbind -uq emxl objdump
  22. if exist size.exe     emxbind -uq emxl size
  23. if exist strip.exe    emxbind -uq emxl strip
  24. if exist texindex.exe emxbind -uq emxl texindex
  25. if exist touch.exe    emxbind -uq emxl touch
  26. if exist updt.exe     emxbind -uq emxl updt
  27.