home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo.
- echo.
- echo This will update UFO, ENEMY UNKNOWN.
- echo.
- echo.
- echo Ensure that this file and UFO1-2.EXE are in your
- echo UFO game directory. To abort press CTRL-C, otherwise
- echo press any key to update your game.
- pause > nul
- echo.
- echo.
- echo This may take a few moments. Please be patient!!!
- del dos4gw.exe >nul
- del go.com >nul
- del maps\ubase_07.map >nul
- del units\chrys.pck > nul
- del units\chrys.tab > nul
- del ufograph\tac01.scr > nul
- del terrain\barn.mcd >nul
- del terrain\cultivat.mcd > nul
- del terrain\u_bits.mcd >nul
- del terrain\forest.mcd >nul
- del ufo2exe\tactical.exe > nul
- del ufoexe\geoscape.exe > nul
- del ufoexe\black.exe > nul
- del geodata\english.dat > nul
- del geodata\french.dat > nul
- del geodata\german.dat > nul
- echo.
- UFO1-2 -d
- echo.
- echo.
- echo UFO UPDATED
- echo.
- echo.
- echo.
- del ufo1-2.exe > nul
-
-