home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 1996 April
/
cd2.iso
/
demos
/
alligene
/
installe.bat
< prev
Wrap
DOS Batch File
|
1996-03-28
|
723b
|
45 lines
@ECHO OFF
CLS
ECHO JOYSTICK, HORS SERIE CD No2
ECHO.
ECHO.
ECHO Installation d'ALLIED GENERAL
ECHO _____________________________
ECHO.
ECHO.
ECHO.
ECHO ATTENTION, ALLIED GENERAL NE FONCTIONNE QUE SOUS WINDOWS 95 !
ECHO.
ECHO.
ECHO Ne pas continuer l'installation si vous êtes sous Windows 3.X
ECHO.
ECHO.
ECHO.
CHOICE /c:on Continuer :
if errorlevel 2 goto fin
if errorlevel 1 goto ok
:ok
ECHO.
ECHO.
ECHO.
CHOICE /c:on L'installation nécessite 38Mo d'espace libre sur C:. Continuer
if errorlevel 2 goto fin
if errorlevel 1 goto oui
:oui
CLS
\PACKAGE\PKUNZIP *.ZIP c:\JOYDEMOS\AGDEMO -d
cd\
C:
cd\joydemos\agdemo
type readme.txt | more
pause
agdemo.Exe
:fin
exit