home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 32 / MMCD32.iso / indysol / run.mmc < prev    next >
Encoding:
Text File  |  1997-08-06  |  658 b   |  35 lines

  1. @echo off
  2. rem (c) Miguel Angel Lucero 1997
  3. cls
  4. echo    
  5. echo Micromanía 32, Septiembre 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 Solución Interactiva de "Indiana Jones and the Fate of Atlantis" (Windows 95)
  16. echo     
  17. echo Micromanía 32, Septiembre 1997
  18. echo     
  19. echo Iniciando la Solución...
  20. indysol
  21. goto fin
  22.  
  23. :no
  24. cls
  25. echo     
  26. echo Solución Interactiva de "Indiana Jones and the Fate of Atlantis" (Windows 3.X)
  27. echo    
  28. echo Micromanía 32, Septiembre 1997
  29. echo    
  30. echo Iniciando Windows...
  31. win indysol
  32. goto fin
  33.  
  34. :fin
  35.