home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1996-11_-_Disc_2.10.bin / ddrome / data.z / aipath.bat < prev    next >
DOS Batch File  |  1996-07-03  |  2KB  |  57 lines

  1. echo off
  2. echo Building AI path 0
  3. del aipath0.zxf
  4. airead aipath0.dxf aipath0.zxf > aipath0.out
  5. IF NOT ERRORLEVEL 1 goto NEXT1
  6. echo Error Building aipath0.zxf... file not built.
  7. del aipath0.zxf
  8. :NEXT1
  9. echo Building AI path 1
  10. del aipath1.zxf
  11. airead aipath1.dxf aipath1.zxf > aipath1.out
  12. IF NOT ERRORLEVEL 1 goto NEXT2
  13. echo Error Building aipath1.zxf... file not built.
  14. del aipath1.zxf
  15. :NEXT2
  16. echo Building AI path 2
  17. del aipath2.zxf
  18. airead aipath2.dxf aipath2.zxf > aipath2.out
  19. IF NOT ERRORLEVEL 1 goto NEXT3
  20. echo Error Building aipath2.zxf... file not built.
  21. del aipath2.zxf
  22. :NEXT3
  23. echo Building AI path 3
  24. del aipath3.zxf
  25. airead aipath3.dxf aipath3.zxf > aipath3.out
  26. IF NOT ERRORLEVEL 1 goto NEXT4
  27. echo Error Building aipath3.zxf... file not built.
  28. del aipath3.zxf
  29. :NEXT4
  30. echo Building AI path 4
  31. del aipath4.zxf
  32. airead aipath4.dxf aipath4.zxf > aipath4.out
  33. IF NOT ERRORLEVEL 1 goto NEXT5
  34. echo Error Building aipath4.zxf... file not built.
  35. del aipath4.zxf
  36. :NEXT5
  37. echo Building AI path 5
  38. del aipath5.zxf
  39. airead aipath5.dxf aipath5.zxf > aipath5.out
  40. IF NOT ERRORLEVEL 1 goto NEXT6
  41. echo Error Building aipath5.zxf... file not built.
  42. del aipath5.zxf
  43. :NEXT6
  44. echo Building AI path 6
  45. del aipath6.zxf
  46. airead aipath6.dxf aipath6.zxf > aipath6.out
  47. IF NOT ERRORLEVEL 1 goto NEXT7
  48. echo Error Building aipath6.zxf... file not built.
  49. del aipath6.zxf
  50. :NEXT7
  51. echo Building AI path 7
  52. del aipath7.zxf
  53. airead aipath7.dxf aipath7.zxf > aipath7.out
  54. IF NOT ERRORLEVEL 1 goto NEXT8
  55. echo Error Building aipath7.zxf... file not built.
  56. del aipath7.zxf
  57. :NEXT8