home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 23 / CDMM23.bin / ocio / runf.mmc < prev    next >
Encoding:
Text File  |  1996-11-08  |  776 b   |  38 lines

  1. @echo off
  2. rem (c) Miguel Angel Lucero 1996
  3. cls
  4. echo                   
  5. echo Micromanía 23, Diciembre 1996
  6. echo                           
  7. choice /c:sn /N ¿Queréis ver el trailer en Windows 95? (s\n)
  8. if errorlevel 2 goto d
  9. if errorlevel 1 goto w
  10. goto fin
  11.  
  12. :w
  13. cls
  14. echo                  
  15. echo Trailer de "Fugitivos Encadenados" (WINDOWS 95)
  16. echo                    
  17. echo Micromanía 23, Diciembre 1996
  18. echo                    
  19. echo Iniciando visualizador...
  20. pause
  21. mplayer fugitivo.avi
  22. goto fin
  23.  
  24. :d
  25. cls
  26. echo                  
  27. echo Trailer de "Fugitivos Encadenados" (WINDOWS 3.X)
  28. echo                        
  29. echo Micromanía 23, Diciembre 1996
  30. echo                           
  31. echo Iniciando windows...
  32. win mplayer fugitivo.avi
  33. goto fin
  34.  
  35. :fin
  36.  
  37.  
  38.