home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / game4 / desert.bat < prev    next >
DOS Batch File  |  1991-02-28  |  512b  |  18 lines

  1. echo off
  2. if exist \desert\intro.mcr CD\DESERT
  3. if not exist intro.mcr goto help
  4.  
  5. kd_draw intro
  6. goto end
  7.  
  8. :help
  9. ECHO ┌────────────────────────────────────┐
  10. ECHO │ Desert Storm - Farewell to Babylon │
  11. ECHO │────────────────────────────────────│
  12. ECHO │ Required files not found!          │
  13. ECHO │ Start by running INSTALL then      │
  14. ECHO │ Enter DESERT to run                │
  15. ECHO │ See README for more information    │
  16. ECHO └────────────────────────────────────┘
  17. :end
  18.