home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sunny 1,000 Collection
/
SUNNY1000.iso
/
Files
/
Dos
/
boardlz
/
REDSEA2.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-11-30
|
665b
|
21 lines
@echo off
echo The install program will create a subdirectory named REDSEA on
echo drive c: and place all files in that directory. It will also
echo create a RS.BAT file in your root directory so that you can
echo start the game from anywhere by simply typing "RS". If this is
echo not what you want, press CTRL-C followed by "Y" to cancel the
echo operation and check the on-line manual or your DOS manual for
echo instructions. If this procedure is O.K. then
pause
md c:\REDSEA
copy *.* c:\REDSEA
copy c:\REDSEA\RS.BAT c:\RS.BAT
DEL c:\REDSEA\RS.BAT
c:
cd \REDSEA
del install.bat
cls
echo Type RS at any DOS prompt to begin playing.