home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 180.img / KATIE-2.ZIP / KATIE.BAT next >
DOS Batch File  |  1990-06-13  |  286b  |  23 lines

  1. echo off
  2. cls
  3. if not exist katie.ini goto wrongdk
  4. echo Loading...
  5. if not exist mconfig goto DoSetup
  6.  
  7. :LoadGame
  8. cls
  9. echo Loading...
  10. cp katie
  11. goto End
  12.  
  13. :WrongDk
  14. echo Please start game using Disk 1.
  15. goto End
  16.  
  17. :DoSetup
  18. msetup
  19. if errorlevel 1 katie
  20. goto loadgame
  21.  
  22. :End
  23.