home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Di Besten Simulation / Chip_Special-Die_besten_Simulationen.iso / FLIEGEN / FS40 / RMMSC1 / SC1_MGR.BAT < prev    next >
DOS Batch File  |  1992-04-12  |  763b  |  18 lines

  1. ECHO OFF
  2. RMSC1MGR.EXE
  3. lh fs4.exe
  4. CLS
  5. echo The RMM-SC1-Manager will now remove the A&SD files it copied for
  6. echo your just concluded Flight Simulator session.  Press any key to 
  7. echo begin the removal process, or press CTRL-C to abort and leave the
  8. echo copied files in your FS directory.  If you decide to leave the
  9. echo copies there, you will need to manually remove them when you are
  10. echo done with them.
  11. echo -----------------------------------------------------------------
  12. pause
  13. copy CF.TXT CF.FS4 >NUL
  14. del CF.TXT >NUL
  15. FOR %%f IN (MAAMVYNA.MOD MAAMVYNA.DY1 MAAMVYNA.SC1 MAAMVYNA.DOC) DO DEL %%f >NUL
  16. echo -----------------------------------------------------------------
  17. echo The RMM-SC1-Manager is done.  'Hope you had a great time flying!
  18.