home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not exist gen1.dat goto nosave
- copy *1.dat *1.sav >nul
- copy team1.txt team1txt.sav >nul
- copy team1.hi team1hi.sav >nul
- if exist game1.9 copy game1.9 game1.sav >nul
- :nosave
- copy demo.rst team1.rst >nul
- manager
- echo Lösche neue Einstellungen aus dem DEMO-Spiel.
- echo Abbruch mit [Crtl-C]
- pause
- del *1.dat >nul
- del team1.t?? >nul
- del game1.9 >nul
- del team1.hi >nul
- if not exist gen1.sav goto weiter
- copy *1.sav *1.dat >nul
- copy team1txt.sav team1.txt >nul
- copy team1hi.sav team1.hi >nul
- if exist game1.sav copy game1.sav game1.9 >nul
- :weiter
- echo OK