home *** CD-ROM | disk | FTP | other *** search
/ FM Towns Super Technology Demo 1993 / SUPER_TECH_DEMO.BIN / bar.bat < prev    next >
DOS Batch File  |  1993-10-22  |  1KB  |  83 lines

  1. echo off
  2. spc
  3. \run386 -nocrt \open.exp
  4.  
  5. :START
  6. \run386 -nocrt driver.exp 4
  7.  
  8.  
  9. if errorlevel 8 goto EXIT
  10. if errorlevel 7 goto INTER
  11. if errorlevel 6 goto MACROMEDIA
  12. if errorlevel 5 goto ELFISH
  13. if errorlevel 4 goto CONTINUE
  14. if errorlevel 3 goto PSYGNOSIS
  15. if errorlevel 2 goto XATRIX
  16. if errorlevel 1 goto ARGONAUT
  17. if errorlevel 0 goto EXIT
  18.  
  19. :ARGONAUT
  20. cd argonaut
  21. \run386 -nocrt cr_shop.exp
  22. \run386 -nocrt primefx.exp
  23. \run386 -nocrt n3d.exp
  24. cd \
  25. goto START
  26.  
  27. :PSYGNOSIS
  28. \run386 -nocrt q:\shump.exp
  29. \run386 -nocrt q:\waveinit.exp
  30. \run386 -nocrt q:\scaveng4.exp
  31. cd \
  32. goto EXIT
  33.  
  34. :MACROMEDIA
  35. cd macromnd
  36. \run386 -nocrt macromnd.exp
  37. cd \
  38. goto START
  39.  
  40. :XATRIX
  41. cd \cyberia
  42. \run386 -nocrt proto.exp
  43. cd \
  44. goto START
  45.  
  46. :ELFISH
  47. cd \elfish
  48. \run386 -nocrt elfish.exp
  49. cd \
  50. goto START
  51.  
  52. :INTER
  53. cd interact
  54. \run386 -nocrt pers.exp
  55. cd \
  56. cd argonaut
  57. \run386 -nocrt n3dint.exp
  58. cd \
  59. \run386 -nocrt q:\scaveng.exp -d
  60. goto START
  61.  
  62. :CONTINUE
  63. cd \argonaut
  64. \run386 -nocrt cr_shop.exp
  65. \run386 -nocrt primefx.exp
  66. \run386 -nocrt n3d.exp
  67. cd \
  68. cd \elfish
  69. \run386 -nocrt elfish.exp
  70. cd \
  71. cd \cyberia
  72. \run386 -nocrt proto.exp
  73. cd \
  74. cd macromnd
  75. \run386 -nocrt macromnd.exp
  76. cd \
  77. \run386 -nocrt q:\shump.exp
  78. \run386 -nocrt q:\waveinit.exp
  79. \run386 -nocrt q:\scaveng4.exp
  80. goto START
  81.  
  82. :EXIT
  83.