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

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