home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / misc / cubcar.zip / SCOUT.BAT < prev    next >
DOS Batch File  |  1990-12-29  |  594b  |  41 lines

  1. echo off
  2. cls
  3.  
  4. echo This program creates pairings for the Scout Pinewood Derby.
  5. echo .
  6. echo .
  7. echo Do you want instructions ?
  8. scout3
  9. if not errorlevel 1 goto begin
  10. cls
  11. scout4 scout.doc
  12.  
  13. :begin
  14. cls
  15. echo .
  16. echo .
  17. echo Have you placed your participants in the file LIST ?
  18. scout3
  19. if not errorlevel 1 goto fini
  20.  
  21. type list|sort/+1 >list1
  22. del list
  23. ren list1 list
  24.  
  25. basic scout1
  26. if not exist scout1.tmp goto cont10
  27. del scout1.tmp
  28. goto fini
  29.  
  30. :cont10
  31. basic scout2
  32. if not exist scout2.tmp goto cont20
  33. del scout2.tmp
  34. goto fini
  35.  
  36. :cont20
  37.  
  38. echo All done.
  39.  
  40. :fini
  41.