home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / editor / epmtools / cstepm / makemacs.cmd < prev    next >
Encoding:
Text File  |  1993-03-30  |  1.0 KB  |  30 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. @rem ETPM MAKETAGS /v || echo Error compiling MakeTags
  11. @rem ETPM CUSTEPM  /v || echo Error compiling CustEpm
  12. ETPM EPMPRT   /v || echo Error compiling EPMPRT
  13. ETPM GMLTAGS  /v || echo Error compiling GMLTags
  14. ETPM SGMLTAGS /v || echo Error compiling SGMLTags
  15. ETPM LATEXMNU /v || echo Error compiling LatexMnu
  16. ETPM GETHOST  /v || echo Error compiling GetHost
  17. ETPM FOLD     /v || echo Error compiling Fold
  18. ETPM BOX      /v || echo Error compiling Box
  19. ETPM DRAW     /v || echo Error compiling Draw
  20. ETPM GET      /v || echo Error compiling Get
  21. ETPM MATHLIB  /v || echo Error compiling Mathlib
  22. ETPM PUT      /v || echo Error compiling Put
  23. ETPM HELP     /v || echo Error compiling Help
  24. ETPM EPMLEX   /v || echo Error compiling Epmlex
  25. ETPM E3EMUL   /v || echo Error compiling E3emul
  26. ETPM EXTRA    /v || echo Error compiling Extra
  27. ETPM EPM      /v || echo Error compiling Epm
  28. :end
  29. endlocal
  30.