home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 33 / MM33CD.iso / wwsvideo / run.mmc < prev   
Text File  |  1997-08-20  |  543b  |  33 lines

  1. @echo off
  2. rem (c) Alejandro Sánchez 1997
  3. cls
  4. echo    
  5. echo Micromanía 33, Octubre 1997
  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 "World Wide Soccer" (Windows 95)
  16. echo    
  17. echo Micromanía 33, Octubre 1997
  18. echo    
  19. mplayer opening.avi
  20. goto fin
  21.  
  22. :no
  23. cls
  24. echo    
  25. echo Preview de "World Wide Soccer" (Windows 3.x)
  26. echo    
  27. echo Micromanía 33, Octubre 1997
  28. echo    
  29. win mplayer opening.avi
  30. goto fin
  31.  
  32. :fin
  33.