home *** CD-ROM | disk | FTP | other *** search
/ Planet Multimedia 1 / GAME.ISO / darghul / game.bat next >
DOS Batch File  |  1994-03-06  |  389b  |  18 lines

  1. @echo off
  2. func\P0080 Y %1 %2 %3 %4
  3. if errorlevel 200 goto ENDE
  4. if errorlevel 2 goto LOAD
  5. if errorlevel 1 goto NEU
  6. goto ENDE
  7. :NEU
  8. echo Bereite neues Spiel vor...
  9. cd game
  10. if exist 02015.dat     del *.dat   >NUL
  11. copy ..\data\05008.dat   >NUL
  12. echo Entpacke Landkarten... (gepackt mit Yoshizaki's LHA 2.13)
  13. ..\maps\P0015 >NUL
  14. cd..
  15. func\P0070
  16. :LOAD
  17. func\P0090 %1 %2 %3 %4
  18. :ENDE