home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Pусских Uгр
/
980121_2306.iso
/
STRATEGY
/
C&C_RUS.ZIP
/
START.BAT
< prev
next >
Wrap
DOS Batch File
|
1997-06-05
|
2KB
|
76 lines
@echo off
lastdrive=p
russian\rfl
cls
echo.
echo.
echo.
echo.
echo ╔════════════════════════════════════════════════════════════════╗
echo ║ -= Command & Conquer: Start Manager =- ║
echo ╠════════════════════════════════════════════════════════════════╣
echo ║ ║
echo ║ 1 - Command & Conquer DISK 1 - GDI Missions ║
echo ║ 2 - Command & Conquer DISK 2 - NOD Missions ║
echo ║ 3 - Command & Conquer DISK 3 - Covert Operations ║
echo ║ 4 - ìáßΓp«⌐¬á ºóπ¬«ó«⌐ »½áΓδ ║
echo ║ 5 - éδσ«ñ ó DOS ║
echo ║ ║
echo ║ ì᪼¿ΓÑ ¬½áó¿Φπ «Γ 1 ñ« 5 ║
echo ╚════════════════════════════════════════════════════════════════╝
echo.
echo.
choose 12345
if errorlevel 5 goto exit
if errorlevel 4 goto sound
if errorlevel 3 goto disk3
if errorlevel 2 goto disk2
if errorlevel 1 goto disk1
:disk1
label GDI
cdemu1.exe . /L:P >NUL
echo.
echo Building GDI Mission... Please wait...
copy disk1\general.mix >NUL
goto start
:disk2
label NOD
cdemu1.exe . /L:P >NUL
echo.
echo Building NOD Mission... Please wait...
copy disk2\general.mix >NUL
goto start
:disk3
label COVERT
cdemu1.exe . /L:P >NUL
echo.
echo Building Covert Operation... Please wait...
copy disk1\general.mix >NUL
goto start
:sound
label GDI
cdemu1.exe . /L:P >NUL
cd install
setup.exe
cd ..
goto exit
:start
echo.
echo Done... Starting Command & Conquer...
echo.
cd install
c&c.exe
cd ..
:exit
cdemu1.exe /u >NUL
del general.mix >NUL
cls