home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Multimedia 1995 February
/
IMM0295.ISO
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-13
|
610b
|
34 lines
@echo off
if "%1" == "" goto error
md %1\cyberia
cd %1\cyberia
copy dos4gw.exe %1
copy cyberia.exe %1
copy ambiance.z94 %1
copy footstep.z94 %1
copy caljoy.exe %1
copy joy.def %1
copy demorig.def %1
copy demo.bat %1
copy cybplay.exe %1
copy readme.txt %1
copy readme.bat %1
copy look.com %1
echo.
echo.
echo Type CALJOY to calibrate your joystick.
echo Type CYBERIA to start the game.
echo Type DEMO to start the demo.
echo Type README to read the instructions.
echo.
echo.
cd \
%1
goto end
:error
echo.
echo Type INSTALL C: to install the game on C:\CYBERIA
echo.
:end