home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- if "%1"=="" goto error
-
- xcopy \starship\*.* %1\starship\ /s
- %1
- cd starship
- config
- echo.
- echo.
- echo Type STARSHIP to commence game
- echo.
- echo.
- goto end
-
- :error
- echo.
- echo Command Adventure Starship - Game Installation.
- echo.
- echo Please specify the source and destination drive:-
- echo.
- echo for example:-
- echo.
- echo If your CD ROM DRIVE is drive D, and your hard-disk is drive C, type:-
- echo D:
- echo INSTALL C:
- echo.
- echo.
- echo (C) 1994 Merit Studios
- echo.
- :end
-
-
-