home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / cstepm.zip / makemacs.cmd < prev    next >
OS/2 REXX Batch file  |  1995-03-04  |  1KB  |  29 lines

  1. @echo off
  2. setlocal
  3. @if .%1 == . goto all
  4. :loop
  5. ETPM %1 /v || echo Error compiling %1
  6. @shift
  7. @if .%1 == . goto end
  8. @goto loop
  9. :all
  10. ETPM EPMPRT   /v || echo Error compiling EPMPRT
  11. ETPM GMLTAGS  /v || echo Error compiling GMLTags
  12. ETPM SGMLTAGS /v || echo Error compiling SGMLTags
  13. ETPM HTMLTAGS /v || echo Error compiling HTMLTags
  14. ETPM LATEXMNU /v || echo Error compiling LatexMnu
  15. ETPM GETHOST  /v || echo Error compiling GetHost
  16. ETPM FOLD     /v || echo Error compiling Fold
  17. ETPM BOX      /v || echo Error compiling Box
  18. ETPM DRAW     /v || echo Error compiling Draw
  19. ETPM GET      /v || echo Error compiling Get
  20. ETPM PUT      /v || echo Error compiling Put
  21. ETPM HELP     /v || echo Error compiling Help
  22. ETPM EPMLEX   /v || echo Error compiling Epmlex
  23. if exist E3EMUL.EX  ETPM E3EMUL   /v || echo Error compiling E3emul
  24. if exist EXTRA.EX   ETPM EXTRA    /v || echo Error compiling Extra
  25. if exist CUSTEPM.EX ETPM CUSTEPM  /v || echo Error compiling CUSTEPM
  26. ETPM EPM      /v || echo Error compiling Epm
  27. :end
  28. endlocal
  29.