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

  1. 'This is your SF.BAT file for running SPITLIST with six different .CFG files
  2. 'in order to generate six 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 L7.CFG             'Renames the 1st .CFG file L7.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. REN L7.CFG L6.CFG               'Renames L7.CFG L6.CFG
  16. SPITLIST                        '2nd execution of SPITLIST with 2nd .CFG file
  17. REN SPITLST.TXT XXXXXXXX.TXT '* These lines do the same as the above.
  18. REN LIST.CFG L6.CFG          '* They rotate the .CFG files back to their                                    
  19. REN L2.CFG LIST.CFG          '* original position for the next time you
  20. REN L3.CFG L2.CFG            '* run your event. The XXXXXXXX.TXT represents
  21. REN L4.CFG L3.CFG            '* whatever you want to name it. 
  22. REN L5.CFG L4.CFG            '* ie - GAME.TXT or BBSFILES.TXT etc.. 
  23. REN L6.CFG L5.CFG
  24. REN L7.CFG L6.CFG
  25. SPITLIST                        '3rd execution
  26. REN SPITLST.TXT XXXXXXXX.TXT 
  27. REN LIST.CFG L6.CFG                                           
  28. REN L2.CFG LIST.CFG      
  29. REN L3.CFG L2.CFG           
  30. REN L4.CFG L3.CFG         
  31. REN L5.CFG L4.CFG          
  32. REN L6.CFG L5.CFG
  33. REN L7.CFG L6.CFG
  34. SPITLIST                        '4th execution
  35. REN SPITLST.TXT XXXXXXXX.TXT 
  36. REN LIST.CFG L6.CFG                                           
  37. REN L2.CFG LIST.CFG      
  38. REN L3.CFG L2.CFG           
  39. REN L4.CFG L3.CFG         
  40. REN L5.CFG L4.CFG          
  41. REN L6.CFG L5.CFG
  42. REN L7.CFG L6.CFG
  43. SPITLIST                        '5th execution
  44. REN SPITLST.TXT XXXXXXXX.TXT 
  45. REN LIST.CFG L6.CFG                                           
  46. REN L2.CFG LIST.CFG      
  47. REN L3.CFG L2.CFG           
  48. REN L4.CFG L3.CFG         
  49. REN L5.CFG L4.CFG          
  50. REN L6.CFG L5.CFG
  51. REN L7.CFG L6.CFG
  52. SPITLIST                        '6th execution
  53. REN SPITLST.TXT XXXXXXXX.TXT 
  54. REN LIST.CFG L6.CFG                                           
  55. REN L2.CFG LIST.CFG      
  56. REN L3.CFG L2.CFG           
  57. REN L4.CFG L3.CFG         
  58. REN L5.CFG L4.CFG          
  59. REN L6.CFG L5.CFG
  60. REN L7.CFG L6.CFG
  61. CD\SF                        
  62.                              
  63.  
  64.