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
- 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
- %1
- goto end
- :error
- echo type install c: to install the game on c:\cyberia
- :end
-
-