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

  1. @ECHO OFF
  2. REM (C) Jesus Martinez 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 "Saga, Rage of the Vikings" (Windows 95)
  16. echo    
  17. echo Micromanía 44, Septiembre 1998
  18. echo    
  19. echo ejecutando...
  20. cmplayer.exe
  21. goto fin
  22.  
  23. :no
  24. cls
  25. echo    
  26. echo la preview de "Saga, Rage of the Vikings" solo funciona bajo Windows 95
  27. echo    
  28. echo Micromanía 44, Septiembre 1998
  29. echo     
  30. rem echo Iniciando Windows...
  31. rem win mplayer dragongt.avi
  32. goto fin
  33.  
  34. :fin
  35.