home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 44 / Mm44.iso / preview / billar / run.MMC < prev   
Encoding:
Text File  |  1998-08-13  |  666 b   |  35 lines

  1. @ECHO OFF
  2. REM (C) Jesus Martínez 1998
  3. cls
  4. echo    
  5. echo Micromanía 44, Septiembre 1998
  6. echo    
  7. choice /c:sn /n ¿Sois usuarios de Windows 95? (S\N)
  8. if errorlevel 2 goto no
  9. if errorlevel 1 goto si
  10. goto fin
  11.  
  12. :si
  13. cls
  14. echo    
  15. echo Preview de "Billares" (Windows 95)
  16. echo    
  17. echo Micromanía 44, Septiembre 1998
  18. echo    
  19. echo Iniciando el visualizador...
  20. mplayer billares.avi
  21. goto fin
  22.  
  23. :no
  24. cls
  25. echo    
  26. echo La preview de "Billares" sólo funciona bajo Windows 95
  27. echo    
  28. echo Si no disponéis de este entorno operativo no podréis visualizar el fichero
  29. echo     
  30. rem echo Iniciando Windows...
  31. rem win mplayer billares.avi
  32. goto fin
  33.  
  34. :fin
  35.