home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / miscprog / alph / tatou.bat < prev    next >
Encoding:
DOS Batch File  |  1991-07-06  |  931 b   |  45 lines

  1. echo off
  2. :START
  3. cls
  4.  
  5. echo  
  6. echo  
  7. echo                 ALPHA WAVE A DISTRIBUTION V&S association 
  8. echo  
  9. echo  
  10. echo  
  11. echo          ╔═══════════════════════════════════════╗
  12. echo         ║             ALPHA WAVES               ║
  13. echo         ╟───────────────────────────────────────╢
  14. echo         ║                                       ║
  15. echo         ║   F1 :  FRANCAIS                      ║
  16. echo         ║   F2 :  ENGLISH                       ║
  17. echo         ║   F3 :  DEUTSCH                       ║
  18. echo           ║                                       ║
  19. echo         ║   F10:  EXIT                          ║
  20. echo         ║                                       ║
  21. echo         ╚═══════════════════════════════════════╝
  22.  
  23. testfkey
  24. if ERRORLEVEL = 10 goto FIN
  25. if ERRORLEVEL = 4 goto START
  26. if ERRORLEVEL = 3 goto F3
  27. if ERRORLEVEL = 2 goto F2
  28. if ERRORLEVEL = 1 goto F1
  29.  
  30. goto START
  31.  
  32. :F3
  33. ALPHA_D
  34. goto FIN
  35.  
  36. :F2
  37. ALPHA_E
  38. goto FIN
  39.  
  40. :F1
  41. ALPHA_F
  42.  
  43. :FIN
  44. cls
  45.