home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / fsmterm.arj / DEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-09-10  |  584 b   |  24 lines

  1. @echo off
  2. if not exist gen1.dat goto nosave
  3. copy *1.dat *1.sav >nul
  4. copy team1.txt team1txt.sav >nul
  5. copy team1.hi team1hi.sav >nul
  6. if exist game1.9 copy game1.9 game1.sav >nul
  7. :nosave
  8. copy demo.rst team1.rst >nul
  9. manager
  10. echo Lösche neue Einstellungen aus dem DEMO-Spiel.
  11. echo Abbruch mit [Crtl-C]
  12. pause
  13. del *1.dat >nul
  14. del team1.t?? >nul
  15. del game1.9 >nul
  16. del team1.hi >nul
  17. if not exist gen1.sav goto weiter
  18. copy *1.sav *1.dat >nul
  19. copy team1txt.sav team1.txt >nul
  20. copy team1hi.sav team1.hi >nul
  21. if exist game1.sav copy game1.sav game1.9 >nul
  22. :weiter
  23. echo OK
  24.