home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 5 / cd.iso / games / darghul.bat < prev    next >
DOS Batch File  |  1995-07-01  |  419b  |  23 lines

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