home *** CD-ROM | disk | FTP | other *** search
- :voltar
- @echo off
- rem Claudio Mello, Dez 95.
-
- cls
- echo.
- echo.
- echo Computer &games CD-ROM
- echo. --- DOS DEMOS ---
- echo.
- echo 1 ....... Quake (19 Mb)
- echo 2 ....... Hexen (11,5 Mb)
- echo 3 ....... MortalKombat 3
- echo 4 ....... Death Rally
- echo 5 ....... Descent II (15 Mb)
- echo 6 ....... The need for speed
- echo 7 ....... Abuse (7 Mb)
- echo 8 ....... Outros
- echo 9 ....... Sair
- echo.
- echo OBS: Para a instalacao das demos, certifique-se que ha espaco
- echo suficiente no seu HD principal (C:) e que seu MOUSE esta
- echo instalado.
- echo.
- echo. Nao execute pelo Aviso do MS-DOS ! Saia do Windows.
- echo.
- echo.
-
- choice /c:123456789 Deseja jogar qual demo
- if errorlevel 9 goto sair
- if errorlevel 8 goto outros
- if errorlevel 7 goto abuse
- if errorlevel 6 goto need
- if errorlevel 5 goto desc2
- if errorlevel 4 goto death
- if errorlevel 3 goto mk3
- if errorlevel 2 goto hexen
- if errorlevel 1 goto quake
- goto sair
-
- :quake
- if exist c:\quake_sw\nul goto quake_inst
- cd quake
- install
-
- :quake_inst
- c:
- cd c:\quake_sw
- quake
- goto sair
-
- :hexen
- if exist c:\hexen\nul goto hexen_inst
- md c:\hexen
- cd hexen
- copy . c:\hexen
- cd\
- c:
- cd\
- cd hexen
- setup
- goto sair
-
- :hexen_inst
- c:
- cd c:\hexen
- hexen
- goto sair
-
-
- :mk3
- if exist c:\mk3\nul goto mk3_inst
- md c:\mk3
- xcopy /s /e mk3 c:\mk3
-
- :mk3_inst
- c:
- cd c:\mk3
- mk3
- goto sair
-
-
- :death
- if exist c:\rally\nul goto death_inst
- cd death
- install
- cd rally
- dr1
- cd c:\rally
- c:\rally\setup
-
- :death_inst
- c:
- cd c:\rally
- dr
- goto sair
-
-
- :desc2
- if exist c:\games\d2demo\nul goto desc2_inst
- cd\descent2
- install
-
- :desc2_inst
- c:
- cd c:\games\d2demo
- d2demo
- goto sair
-
-
- :need
- if exist c:\need\nul goto need_inst
- md c:\need
- xcopy /s /e need c:\need
-
- :need_inst
- c:
- cd c:\need
- tnfs
- goto sair
-
-
- :abuse
- if exist c:\abuse\nul goto abuse_inst
- md c:\abuse
- xcopy /s /e abuse c:\abuse
- c:
- cd\
- cd\abuse
- setup
-
- :abuse_inst
- c:
- cd c:\abuse
- abuse
- goto sair
-
-
- :outros
-
- @echo off
- rem Claudio Mello, Dez 95.
-
- cls
- echo.
- echo.
- echo Computer &games CD-ROM
- echo. --- DOS DEMOS ---
- echo.
- echo 1 ....... Z_Demo
- echo 2 ....... Hind
- echo 3 ....... Iron
- echo 4 ....... Full Thottle
- echo 5 ....... Nascar Racing 2
- echo 6 ....... Amok
- echo 7 ....... Kit interconnect BBS
- echo 8 ....... Voltar
- echo 9 ....... Sair
- echo.
- echo OBS: Para a instalacao das demos, certifique-se que ha espaco
- echo suficiente no seu HD principal (C:) e que seu MOUSE esta
- echo instalado.
- echo.
- echo. Nao execute pelo Aviso do MS-DOS ! Saia do Windows.
- echo.
- echo.
-
- choice /c:123456789 Deseja jogar qual demo
- if errorlevel 9 goto sair
- if errorlevel 8 goto voltar
- if errorlevel 7 goto inter
- if errorlevel 6 goto amok
- if errorlevel 5 goto nas2
- if errorlevel 4 goto full
- if errorlevel 3 goto iron
- if errorlevel 2 goto hind
- if errorlevel 1 goto z
- goto sair
-
-
- :z
- if exist c:\z\nul goto z_inst
- md c:\z
- xcopy /s /e z c:\z
-
- :z_inst
- c:
- cd c:\z
- z
- goto sair
-
-
- :hind
- if exist c:\di\hind\demo\nul goto hind_inst
- cd\hind95
- hinstall
-
- :hind_inst
- c:
- cd c:\di\hind\demo
- hind
- goto sair
-
-
- :iron
- if exist c:\di\hind\demo\nul goto iron_inst
- md c:\iron
- xcopy /s /e iron c:\iron
-
- :iron_inst
- c:
- cd c:\iron
- demo
- goto sair
-
-
- :full
- if exist c:\lucas\lecdemos\ftdemo\nul goto full_inst
- md c:\lucas
- xcopy /s /e lucas c:\lucas
-
- :full_inst
- c:
- cd c:\lucas\lecdemos\ftdemo
- ft
- goto sair
-
-
- :nas2
- if exist c:\nas2\nul goto nas2_inst
- md c:\nas2
- xcopy /s /e nas2 c:\nas2
-
- :nas2_inst
- c:
- cd c:\nas2
- n2demo
- goto sair
-
- :amok
- if exist c:\amok\nul goto amok_inst
- md c:\amok
- xcopy /s /e amok c:\amok
-
- :amok_inst
- c:
- cd c:\amok
- amokdos
- goto sair
-
-
- :inter
- if exist c:\bbs\nul goto inter_inst
- cd\intercon
- instala.bat c:
-
- :inter_inst
- c:
- cd c:\bbs
- inter
- goto sair
-
-
- goto sair
- :sair
- cd\
- echo.
- echo bye!
- echo.
-