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

  1. 'This is your SF.BAT file for running SPITLIST with four different .CFG files
  2. 'in order to generate four 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 L5.CFG             'Renames the 1st .CFG file L5.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. SPITLIST                        '2nd execution of SPITLIST with 2nd .CFG file
  15. REN SPITLST.TXT XXXXXXXX.TXT '* These lines do the same as the above.
  16. REN LIST.CFG L5.CFG          '* They rotate the .CFG files back to their                                    
  17. REN L2.CFG LIST.CFG          '* original position for the next time you
  18. REN L3.CFG L2.CFG            '* run your event. The XXXXXXXX.TXT represents
  19. REN L4.CFG L3.CFG            '* whatever you want to name it. 
  20. REN L5.CFG L4.CFG            '* ie - GAME.TXT or BBSFILES.TXT etc.. 
  21. SPITLIST                        '3rd execution of SPITLIST
  22. REN SPITLST.TXT XXXXXXXX.TXT 
  23. REN LIST.CFG L5.CFG                              
  24. REN L2.CFG LIST.CFG 
  25. REN L3.CFG L2.CFG 
  26. REN L4.CFG L3.CFG 
  27. REN L5.CFG L4.CFG 
  28. SPITLIST                        '4th execution of SPITLIST
  29. REN SPITLST.TXT XXXXXXXX.TXT 
  30. REN LIST.CFG L5.CFG                              
  31. REN L2.CFG LIST.CFG 
  32. REN L3.CFG L2.CFG 
  33. REN L4.CFG L3.CFG 
  34. REN L5.CFG L4.CFG 
  35. CD\SF                        
  36.                              
  37.  
  38.