home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / GAMES_C / SASE1.ZIP / SETUPAOE.BAT < prev    next >
DOS Batch File  |  1994-03-25  |  488b  |  18 lines

  1. @echo off
  2. rem    Tagert's Select a Service SETUPAOE.BAT
  3. rem    Run this bat file first
  4.  
  5. rem    This setup.bat makes three copies of your ROSTER.DAT file that contains
  6. rem    the information on your carier pilots.  Now you will have a seperate
  7. rem    roster file for each service.
  8.  
  9. copy roster.dat roster.ger
  10. copy roster.dat roster.brt
  11. copy roster.dat roster.usa
  12.  
  13. rem    Just incase of a screw up I made this backup
  14.  
  15. copy roster.dat roster.gcs
  16.  
  17. rem    You may delet this bat after you run it!
  18.