home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / SPITFIRE / S_LIST11.ZIP / SAMPLE5.BAT < prev    next >
DOS Batch File  |  1993-11-08  |  2KB  |  50 lines

  1. 'This is your SF.BAT file for running SPITLIST with five different .CFG files
  2. 'in order to generate five file lists. Just pull out these comment lines and
  3. 'copy this into your SF.BAT event area!
  4.  
  5.  
  6. CD\SPITLIST                     'Change to SPITLIST directory
  7. SPITLIST                        'Executes SPITLIST with the 1st .CFG File
  8. REN SPITLST.TXT XXXXXXXX.TXT    'Renames the generated list whatever you want
  9. REN LIST.CFG L6.CFG             'Renames the 1st .CFG file L6.CFG              
  10. REN L2.CFG LIST.CFG             'Renames L2.CFG LIST.CFG for next execution
  11. REN L3.CFG L2.CFG               'Renames L3.CFG L2.CFG for next execution
  12. REN L4.CFG L3.CFG               'Renames L4.CFG L3.CFG
  13. REN L5.CFG L4.CFG               'Renames L5.CFG L4.CFG
  14. REN L6.CFG L5.CFG               'Renames L6.CFG L5.CFG
  15. SPITLIST                        '2nd execution of SPITLIST with 2nd .CFG file
  16. REN SPITLST.TXT XXXXXXXX.TXT '* These lines do the same as the above.
  17. REN LIST.CFG L6.CFG          '* They rotate the .CFG files back to their                                    
  18. REN L2.CFG LIST.CFG          '* original position for the next time you
  19. REN L3.CFG L2.CFG            '* run your event. The XXXXXXXX.TXT represents
  20. REN L4.CFG L3.CFG            '* whatever you want to name it. 
  21. REN L5.CFG L4.CFG            '* ie - GAME.TXT or BBSFILES.TXT etc.. 
  22. REN L6.CFG L5.CFG
  23. SPITLIST                        '3rd execution of SPITLIST 
  24. REN SPITLST.TXT XXXXXXXX.TXT 
  25. REN LIST.CFG L6.CFG                         
  26. REN L2.CFG LIST.CFG 
  27. REN L3.CFG L2.CFG 
  28. REN L4.CFG L3.CFG 
  29. REN L5.CFG L4.CFG 
  30. REN L6.CFG L5.CFG
  31. SPITLIST                        '4th execution of SPITLIST 
  32. REN SPITLST.TXT XXXXXXXX.TXT 
  33. REN LIST.CFG L6.CFG                         
  34. REN L2.CFG LIST.CFG 
  35. REN L3.CFG L2.CFG 
  36. REN L4.CFG L3.CFG 
  37. REN L5.CFG L4.CFG 
  38. REN L6.CFG L5.CFG
  39. SPITLIST                        '5th execution of SPITLIST 
  40. REN SPITLST.TXT XXXXXXXX.TXT 
  41. REN LIST.CFG L6.CFG                         
  42. REN L2.CFG LIST.CFG 
  43. REN L3.CFG L2.CFG 
  44. REN L4.CFG L3.CFG 
  45. REN L5.CFG L4.CFG 
  46. REN L6.CFG L5.CFG
  47. CD\SF                        
  48.                              
  49.  
  50.