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

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