home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p034 / 13.ddi / ARCA / COMPILE.BAT next >
Encoding:
DOS Batch File  |  1993-01-20  |  594 b   |  24 lines

  1. echo off
  2. if exist compile.err erase compile.err
  3. cls
  4. type \arca\setup.txt
  5. if exist define.tbs erase define.tbs
  6. define>e1
  7. echo H
  8. if exist defkbd.tbs erase defkbd.tbs
  9. defkbd>e2
  10. echo H
  11. if exist deftab.tbs erase deftab.tbs
  12. deftab>e4
  13. echo H
  14. if exist commands.tbs erase commands.tbs
  15. copy shelp+pop.tbl+grpop.tbl+menus.tbl+grender.tbl temp > nul
  16. copy temp+a2d.tbl+e2m.tbl+n2r.tbl+s2t.tbl+u2z.tbl+last.tbl temp.tbl > nul
  17. if exist temp erase temp
  18. ccc2tbs>e5
  19. echo H
  20. if exist temp.tbl erase temp.tbl
  21. copy e1+e2+e3+e4+e5+e6 compile.err >nul
  22. del e?.
  23. echo 
  24.