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

  1. 'This is your SF.BAT file for running SPITLIST with two different .CFG files
  2. 'in order to generate two 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 L3.CFG             'Renames the 1st .CFG file L3.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. SPITLIST                        '2nd execution of SPITLIST with 2nd .CFG file
  13. REN SPITLST.TXT XXXXXXXX.TXT '* These lines do the same as the above.
  14. REN LIST.CFG L3.CFG          '* They rotate the .CFG files back to their                                    
  15. REN L2.CFG LIST.CFG          '* original position for the next time you
  16. REN L3.CFG L2.CFG            '* run your event. The XXXXXXXX.TXT represents
  17. CD\SF                        '* whatever you want to name it. 
  18.                              '* ie - GAME.TXT or BBSFILES.TXT etc..
  19.  
  20.