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 >
Wrap
DOS Batch File
|
1992-04-12
|
763b
|
18 lines
ECHO OFF
RMSC1MGR.EXE
lh fs4.exe
CLS
echo The RMM-SC1-Manager will now remove the A&SD files it copied for
echo your just concluded Flight Simulator session. Press any key to
echo begin the removal process, or press CTRL-C to abort and leave the
echo copied files in your FS directory. If you decide to leave the
echo copies there, you will need to manually remove them when you are
echo done with them.
echo -----------------------------------------------------------------
pause
copy CF.TXT CF.FS4 >NUL
del CF.TXT >NUL
FOR %%f IN (MAAMVYNA.MOD MAAMVYNA.DY1 MAAMVYNA.SC1 MAAMVYNA.DOC) DO DEL %%f >NUL
echo -----------------------------------------------------------------
echo The RMM-SC1-Manager is done. 'Hope you had a great time flying!