home *** CD-ROM | disk | FTP | other *** search
/ Compaq Presario Promotional / NEW.iso / tim / start.bat < prev    next >
Encoding:
DOS Batch File  |  1994-11-21  |  556 b   |  44 lines

  1. @echo off
  2. \what v 18
  3.  
  4. :repite
  5. cls
  6. set what=
  7. \what ce "Deseas ver primero las instrucciones Sí/No? S/N"
  8. if %what%==S goto inst
  9. if %what%==N goto juego
  10. goto repite
  11.  
  12. :inst
  13. cls
  14. more < manual.txt
  15.  
  16. pause > nul
  17.  
  18. :juego
  19. cls
  20. set what=
  21. \what ce "Deseas jugar con SoundBlaster Sí/No? S/N"
  22. if %what%==S goto Con
  23. if %what%==N goto Sin
  24. goto juego
  25.  
  26. :con
  27. call timsb
  28. echo .
  29. echo Pulsa tecla para continuar...
  30. pause > nul
  31. goto fin
  32.  
  33. :sin
  34. append ;
  35. tim
  36. echo .
  37. echo Pulsa tecla para continuar...
  38. pause > nul
  39.  
  40. :fin
  41. set what=
  42. \what v 3
  43.  
  44.