home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / games / DESERT.BAT < prev    next >
DOS Batch File  |  1991-02-27  |  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.