home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / exams / general / prog / go.bat < prev    next >
DOS Batch File  |  1997-02-01  |  1KB  |  32 lines

  1. echo off
  2. cls
  3. echo  
  4. echo      A Morse code program named MORSE.EXE is also included and it will
  5. echo      convert any ASCII file into Morse code.  The filename can include
  6. echo      a path.  The Morse code program also has built in Lessons, Random
  7. echo      words and code Groups.  Type MORSE at the DOS prompt and read the
  8. echo      directions.  I suggest that one uses a tape to learn the code and
  9. echo      then uses the computer to build up speed and confidence.   
  10. echo  
  11. echo      A  calculator is provided in these Amateur Radio license programs.
  12. echo      F2 activates the calculator and  A, B, C, D or Esc removes it and
  13. echo      continues the main program. Please learn how to work the problems
  14. echo      with the calculator that you are going to take to the exam.   
  15. echo  
  16. echo      When you are going through the entire pool,  enter  A, B, C, or D
  17. echo      until you select the correct answer.   When the correct answer is
  18. echo      selected,  the word correct will appear.  During the sample tests,
  19. echo      correct will not appear,  but you can use F1 to find out how many
  20. echo      questions are remaining to be answered.   
  21. echo  
  22. echo      To run one of these programs in the future, type GENERAL or MORSE
  23. echo      at the DOS prompt.  The general program will start now.   
  24. echo  
  25. pause
  26. general
  27. if not exist 73 goto end
  28. pause
  29. cls
  30. morse 73 13
  31. :end
  32.