home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem (c) Jesus Manuel Martinez 1998
- cls
- echo
- echo Micromanía 44, Septiembre 1998
- echo
- choice /c:sn /n ¿Sois usuarios de Windows 95? (S\N)
- if errorlevel 2 goto no
- if errorlevel 1 goto si
- goto fin
-
- :si
- cls
- echo
- echo Soluci≤n Interactiva de "Prisioner Of ICE" (Windows 95)
- echo
- echo Micromanía 44, Septiembre 1998
- echo
- echo Iniciando la ejecución...
- icesol.exe
- goto fin
-
- :no
- echo
- echo Soluci≤n Interactiva de "Prisioner Of ICE" (Windows 3.x)
- echo
- echo
- echo Micromanía 44, Septiembre 1998
- echo
- echo Iniciando la ejecución...
- win icesol.exe
- goto fin
-
- :fin
-