home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 36 / MMCD36_1.iso / links98 / run.mmc < prev   
Encoding:
Text File  |  1997-12-11  |  620 b   |  34 lines

  1. @echo off
  2. rem (c) Alejandro S†nchez 1998
  3. cls
  4. echo    
  5. echo Microman°a 36, Enero 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 Demo de "Links LS 98 Trial Nine" (Windows 95)
  16. echo    
  17. echo Microman°a 36, Enero 1998
  18. echo    
  19. echo Iniciando la Instalaci¢n...
  20. call ls98demo.exe
  21. goto fin
  22.  
  23. :no
  24. echo    
  25. echo    
  26. echo La demo de "Links LS 98 Trial Nine" s¢lo funciona bajo Windows 95.
  27. echo   
  28. echo Si no disponÇis de este entorno operativo no podrÇis probar el programa.
  29. echo    
  30. echo    
  31.  
  32. :fin
  33.  
  34.