home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / misc / cubcar.zip / SCOUT.DOC < prev    next >
Text File  |  1990-12-29  |  2KB  |  61 lines

  1. The Scout series of programs are meant to assist you in pairing
  2. off participants for the Pinewood Derby.  The programs will randomly
  3. pair off the children and ensure that each player races once in each
  4. lane of the track.  This creates an absolute sense of fairness and
  5. also aids in the management of the races themselves.  There are no
  6. guarantees about the correctness of the programs.  However, we have
  7. used them since 1986 successfully and decided to share them free 
  8. with anyone else who is struggling to help their children enjoy 
  9. scouting.  They handle from 2 to 9 lanes, but with more than 4,
  10. the printout will wrap unless you use a width statment in program
  11. scout2.bas.  We have tested the programs with 400 participants, it
  12. probably will handle much more.
  13.  
  14. If you have any questions or comments, please direct them either to
  15. me or my father (both with the same name) at:
  16.    S. G. Benoit
  17.    PO Box 888467
  18.    Atlanta, GA  30356
  19.  
  20. These programs are being distributed as FREEWARE, paying back all
  21. those who have also contributed without gain for themselves.  We
  22. only ask that you observe the copyright laws by leaving the programs
  23. entact.  Feel free to distribute them to anyone who can make good 
  24. use of them in a non-commercial manner.  All commercial rights are
  25. withheld and ownership remains with the author.
  26.  
  27.  
  28. Instructions:
  29.  
  30. Everything takes place in the default directory, either on diskette
  31. or on a hard disk.
  32. Using EDLIN or your favorite text editor, place the participants
  33. in a file called 'LIST' and then type SCOUT.
  34. The batch file Scout.bat will execute several programs that will
  35. randomly pair off the players and print out the following:
  36. following:
  37.  
  38.             Control List of Players by Heat by Lane
  39.  
  40.             Control List of Heats by Player by Lane
  41. and
  42.             Tickets to give each participant
  43.  
  44. The first report is used to manage the heats themselves, defining
  45. who the participants are for each one.
  46.  
  47. The second report aids in informing anyone what heats a certain
  48. player will be participating in.
  49.  
  50. The last report is in a format which allows you to cut into tickets
  51. the output so that they may be given to each player.  This gives the
  52. child their own list of what heats they are in and what lane they
  53. will use for that heat.
  54.  
  55. A sample 'LIST' file is included for your use called scout.lst.
  56. Type scout4 scout.lst to display its contents.
  57.  
  58. Good Luck!
  59.  
  60.  
  61.