home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Collector 12 - Disc 4
/
POOL_CHAMP.bin
/
DATA
/
COMMANDE
/
PODGOLD.BAT
< prev
next >
Wrap
DOS Batch File
|
1997-11-26
|
677b
|
48 lines
@Echo off
:start
cls
Echo PC Collector n°12 (Janvier-Février 1998)
Echo.
Echo ***** Pod Gold *****
Echo.
Echo Quelle version désirez-vous installer ?
Echo.
Echo 1 - Windows 95 normale (Direct X)
Echo.
Echo 2 - Windows 95 pour cartes 3DFX
Echo.
Echo 3 - Annulation
Echo.
Echo.
choice /C:123 /N /S Votre choix :
if errorlevel 3 goto annulation
if errorlevel 2 goto 3dfx
if errorlevel 1 goto win
goto end
:win
cd\
cd data
cd zip
podemogs
goto end
:3dfx
cd\
cd data
cd zip
podemogs3dfx
goto end
:annulation
Echo.
Echo !!! Opération annulée !!!
Echo.
Pause
goto end
:end
cd\
cls