home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Magazin 1996 February
/
CD_02_96.BIN
/
demo
/
time_g
/
install.bat
next >
Wrap
DOS Batch File
|
1995-12-27
|
2KB
|
117 lines
@echo off
cls
echo ┌──────────────────────────────────────────────┐
echo │ INSTALL TIMEGATE DEMO MS-DOS CD-ROM (30 MB) │
echo │ English/French/German/Spanish │
echo └──────────────────────────────────────────────┘
if "%1"== "c" goto install
if "%1"== "C" goto install
if "%1"== "d" goto install
if "%1"== "D" goto install
if "%1"== "e" goto install
if "%1"== "E" goto install
if "%1"== "f" goto install
if "%1"== "F" goto install
if "%1"== "g" goto install
if "%1"== "G" goto install
if "%1"== "h" goto install
if "%1"== "H" goto install
if "%1"== "i" goto install
if "%1"== "I" goto install
goto help
:install
echo.
echo.
echo.
goto German
echo Spanish Version ? [Y/N]
vtgetkey
if errorlevel 121 goto Spanish
goto help
:English
md %1:\timegate
cd prss_gb
copy *.* %1:\timegate
%1:\
cd %1:\timegate
echo.
echo ┌──────────────────┐
echo │ %1:\Timegate │
echo │ English version │
echo └──────────────────┘
echo.
goto fin
:French
md %1:\timegate
cd prss_fra
copy *.* %1:\timegate
%1:\
cd %1:\timegate
echo.
echo ┌──────────────────┐
echo │ %1:\Timegate │
echo │ French version │
echo └──────────────────┘
echo.
goto fin
:German
echo.
md %1:\timegate
cd prss_all
copy *.* %1:\timegate
%1:\
cd %1:\timegate
echo.
echo ┌──────────────────┐
echo │ %1:\Timegate │
echo │ German version │
echo └──────────────────┘
echo.
goto fin
:Spanish
md %1:\timegate
cd prss_esp
copy *.* %1:\timegate
%1:\
cd %1:\timegate
echo.
echo ┌──────────────────┐
echo │ %1:\Timegate │
echo │ Spanish version │
echo └──────────────────┘
echo.
goto fin
:help
echo.
echo.
echo.
echo Syntax = INSTALL [Drive] ( ex:INSTALL C )
echo Timegate Install Aborded...
echo.
goto end
:fin
echo.
echo.
echo.
echo Type "Type Lisez.moi" ( Info )
echo Type "Setup.exe" ( Sound ) ONLY DOS
echo Type "Timegate.bat" ( Game ) DOS-WINDOWS95
echo.
echo.
echo.
:end
set HMI=.\
echo @Infogrames Oct95