home *** CD-ROM | disk | FTP | other *** search
/ Game Fest 1994 / gamefeststgcomputerlimited1994.iso / files / game_vga / 3ddino / dino.bat < prev    next >
DOS Batch File  |  1992-07-31  |  1KB  |  31 lines

  1. echo off
  2. :begin
  3. cls
  4. echo.
  5. echo      Created by VRontier worlds of Stoughton using Virtual Reality Studio.
  6. echo                 809 E. South St., Stoughton, WI. 53589
  7. echo                 608-873-8500     FAX: 608-873-8523
  8. echo   You can order the full-featured MINO-DINO program with all 7 levels
  9. echo   and the rest of the dinosaurs for $12.00. (MasterCard or Visa accepted)
  10. echo.
  11. echo           MINO-DINO DEMO  World      
  12. echo           --------- -----           
  13. echo      'Forward' and 'back' motion controls only. (** not in DEMO)
  14. echo      Add 'left' and 'right' motion controls only. (** not in DEMO)
  15. echo      Add 'turn left' and 'turn right' controls only. (** not in DEMO)
  16. echo      Add 'look up' and 'look down' motion controls only. (** not in DEMO)
  17. echo      Add 'move up' and 'move down' motion controls only. (** not in DEMO)
  18. echo      Add 'tilt left' and 'tilt right' motion controls. (* not in DEMO)
  19. echo   1.   All controls.
  20. echo.
  21. echo   2. Exit.
  22. echo.
  23. echo          (Press SHIFT-ESC to exit MINO-DINO.  ESC will restart world.)
  24. ask "           Selection " 12
  25. if errorlevel 2 goto end
  26. if errorlevel 1 goto seven
  27. goto begin
  28. :seven
  29. runvga dinodemo.run
  30. dino
  31. :end