home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 24 / CDMM24_1.iso / runs.mmc < prev    next >
Encoding:
Text File  |  1996-12-09  |  603 b   |  33 lines

  1. @echo off
  2. rem (c) Miguel Angel Lucero 1996
  3. cls
  4. echo    
  5. echo Micromanía 24, Enero 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 Demo de "Sega Rally" (Windows 95)
  16. echo    
  17. echo Micromanía 24, Enero 1997
  18. echo    
  19. echo Iniciando la instalación...
  20. installs \install\
  21. goto fin
  22.  
  23. :no
  24. cls
  25. echo   
  26. echo La demo de "Sega Rally" sólo funciona en Windows 95.
  27. echo               
  28. echo Si no disponéis de este entorno operativo no podréis ejecutar el programa.
  29. echo   
  30. goto fin
  31.  
  32. :fin
  33.