home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 1995 June
/
CdJoystickNo3.iso
/
pc
/
cadeaux
/
diggers
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-04-10
|
3KB
|
81 lines
@echo off
cls
type 1.txt
pause
cls
type 2.txt
pause
cls
echo.
echo.
type 3.txt
echo.
echo.
@echo on
@cd
@echo off
echo.
echo.
pause
level1 -d
echo.
echo.
echo …ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
echo ∫ If the program was installed with no errors, press any key. ∫
echo ∫ If there was a problem, press Ctrl-C or the Break key now. ∫
echo »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
echo.
echo.
pause
cls
echo.
echo.
echo.
echo …ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
echo ∫ Select the type of sound card you have installed in your computer. ∫
echo »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
echo.
echo.
echo 1. Sound Blaster or compatible
echo 2. Gravis
echo 3. No sound card
echo.
choice /c:123 /n " Select 1, 2 or 3"
if errorlevel 3 goto None
if errorlevel 2 goto Gravis
if errorlevel 1 goto Sound
:None
echo EN > diggers.cfg
goto Finish
:Gravis
echo EG > diggers.cfg
goto Finish
:Sound
echo ES > diggers.cfg
goto Finish
:Finish
cls
echo.
echo …ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
echo ∫ Diggers is now installed and configured for your sound card. ∫
echo ∫ Have fun playing in the zone of AZERG, which is the only level in ∫
echo ∫ this shareware version of DIGGERS. The complete game has 34 ∫
echo ∫ increasingly difficult levels of exciting gameplay. So once ∫
echo ∫ you've tried the first level, call Millennium at 1-800-U-WANT-IT ∫
echo ∫ and order the complete game today. Be sure to have your credit ∫
echo ∫ card ready when you call. ∫
echo ∫ ∫
echo ∫ If you want to make some room on your hard disk, copy DIG.EXE to ∫
echo ∫ a floppy disk and give it to a friend. ∫
echo ∫ ∫
echo ∫ To run the program now, just type DIGGERS. Have a blast! ∫
echo »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
echo.
echo …ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
echo ∫ Don't forget our SPECIAL $5.00 REBATE offer! ∫
echo ∫ Buy the full version from a participating dealer and ∫
echo ∫ receive a $5.00 rebate from Millennium. See COUPON.TXT ∫
echo ∫ for details. ∫
echo »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
echo on