home *** CD-ROM | disk | FTP | other *** search
/ 12 CD-ROM Computer Games 3 / 12_CD-ROM_computergames_3.iso / start.bat
Encoding:
DOS Batch File  |  1980-09-16  |  299 b   |  18 lines

  1. @echo off
  2. if exist c:\spel\action.bat goto second
  3. @mkdir c:\spel
  4. :second
  5. cls
  6. cd \menu
  7. menu.exe
  8. :start
  9. if not exist c:\spel\spel.ini goto quit
  10. if not exist c:\spel\action.bat goto quit
  11. call c:\spel\action.bat
  12. if not exist c:\spel\action.bat goto quit
  13. menu.exe
  14. goto start
  15.  
  16. :quit
  17. cd \
  18.