home *** CD-ROM | disk | FTP | other *** search
/ ftp.installgentoo.com/Dos_Games/ / Dos_Games.zip / Dos_Games / DHack / HACK.BAT < prev    next >
DOS Batch File  |  2012-11-30  |  478b  |  31 lines

  1. @echo off
  2. set F=0
  3.  
  4. checksys 56 640
  5. if ERRORLEVEL 1 goto EXIT
  6.  
  7. if exist savegame\settings.dat goto CHECKDEMO
  8. md savegame
  9.  
  10. :CHECKDEMO
  11. if NOT exist OPEN.RES goto CONTINUE
  12. aesop open opening
  13.  
  14. :CONTINUE
  15. aesop hack phase-one
  16. set F=1
  17. if ERRORLEVEL 3 goto CONTINUE
  18. if ERRORLEVEL 2 goto CHECKDEMO
  19. if ERRORLEVEL 1 goto EXIT
  20. cd savegame
  21. ..\maze %1 %2
  22. cd ..
  23. if ERRORLEVEL 1 goto EXIT
  24.  
  25. aesop hack phase-two
  26. if ERRORLEVEL 1 goto EXIT
  27. goto CONTINUE
  28.  
  29. :EXIT
  30. set F=
  31.