home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 015.M18.DOC < prev    next >
Text File  |  1988-02-19  |  2KB  |  45 lines

  1.                M18.exe
  2.               by Ken Hopkins (WA9WCP)
  3.               written March, 1987
  4.  
  5. Mean 18 by Accolade is a truly great golf program! The only
  6. shortcoming I've found is that the algorithm allows a maximum
  7. display of 3 available golf courses. If you have more than
  8. three courses, you need to rename those that you're not
  9. interested in to some extension other than ".M18" so that
  10. the program can't find them. Then just those 3 courses you're
  11. interested in will be displayed.
  12.  
  13. M18.exe will allow you to have as many courses as you wish on
  14. your hard drive. The courses should be in the same directory
  15. as the Golf program and associated .DAT files as well as M18.
  16. When you run M18 it will do a directory function (files)
  17. similar to the DOS command "DIR". The program will specifically
  18. search for all files ending in ".M18". It will rename these
  19. files to ".M10" so that they are invisible to the Golf game.
  20. M18 then presents you with a menu of choices of those golf
  21. courses available to play. You choose the course you want by
  22. number and M18 renames that course only to the ".M18"
  23. extension making it visible to Golf. The program then calls
  24. the Golf game where you will find only one course to choose
  25. from, the one you've just chosen in M18.
  26.  
  27. Of course, when you run M18, that same course will once again
  28. be renamed to the ".M10" extension, once more making it
  29. "invisible" until you choose to play it again.
  30.  
  31. M18 is written in Microsoft Qbasic 2.0 and I have included
  32. the source code for anyone that wants to compile it, modify
  33. it, etc. The M18.exe file included with this ARC file has
  34. been compiled with the BCOM.LIB file so that it is a stand-
  35. alone version and does not require the run-time module of
  36. quick basic.
  37.  
  38.  
  39. Modified and debugged 2/14/88 by Terry Doerhoefer Atlanta, GA
  40. I have corrected a bug that caused failure if program encountered a file 
  41. with .M18 extension on first run, it would work on the second try.
  42. I corrected the course selection routine that only allowed a one digit entry.
  43. (you could not select a course above "9")
  44. Modified to display courses in three columns and allow up to 45 courses. 
  45.