home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 24 / CDMM24_1.iso / bsword / run.mmc < prev    next >
Encoding:
Text File  |  1996-11-05  |  752 b   |  37 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 ejecutar la demo 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 Demo de "Broken Sword: La Leyenda de los Templarios" (WINDOWS 95)
  16. echo            
  17. echo Micromanía 23, Diciembre 1996
  18. echo                                  
  19. echo Iniciando la instalación
  20. pause
  21. setup
  22. goto fin
  23.  
  24. :d
  25. cls
  26. echo                 
  27. echo Demo de "Broken Sword: La Leyenda de los Templarios" (DOS)
  28. echo                
  29. echo Micromanía 23, Diciembre 1996
  30. echo                    
  31. echo Iniciando la instalación
  32. pause
  33. install
  34. goto fin
  35.  
  36. :fin
  37.