home *** CD-ROM | disk | FTP | other *** search
- @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.
- %1
- goto end
- :error
- echo.
- echo Type INSTALL C: to install the game on C:\CYBERIA
- echo.
- :end
-
-