home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem (c) Miguel Angel Lucero 1996
- cls
- echo
- echo Micromanía 23, Diciembre 1996
- echo
- choice /c:sn /N ¿Queréis ejecutar la demo en Windows 95? (s\n)
- if errorlevel 2 goto d
- if errorlevel 1 goto w
- goto fin
-
- :w
- cls
- echo
- echo Demo de "Broken Sword: La Leyenda de los Templarios" (WINDOWS 95)
- echo
- echo Micromanía 23, Diciembre 1996
- echo
- echo Iniciando la instalación
- pause
- setup
- goto fin
-
- :d
- cls
- echo
- echo Demo de "Broken Sword: La Leyenda de los Templarios" (DOS)
- echo
- echo Micromanía 23, Diciembre 1996
- echo
- echo Iniciando la instalación
- pause
- install
- goto fin
-
- :fin
-