home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM (C) Jesus 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 Preview de "Saga, Rage of the Vikings" (Windows 95)
- echo
- echo Micromanía 44, Septiembre 1998
- echo
- echo ejecutando...
- cmplayer.exe
- goto fin
-
- :no
- cls
- echo
- echo la preview de "Saga, Rage of the Vikings" solo funciona bajo Windows 95
- echo
- echo Micromanía 44, Septiembre 1998
- echo
- rem echo Iniciando Windows...
- rem win mplayer dragongt.avi
- goto fin
-
- :fin
-