@echo off
echo THIS FILE IS FOR FLIGHT SIMULATOR 2004 ONLY!
echo This script puts images for FS9 default aircraft in to
echo their respective directories. This will aid
echo RAHNSOFT FSAIRCRAFT program users to
echo see more thumbnails of aircraft listed.

echo If you didn't install or have moved the Learning Center
echo Then this script will not work.

echo USE AT YOUR OWN RISK
echo Created by John Rahn
echo http://www.rahnsoft.com/fsaircraft.htm


echo Copy this file to your Flight Simulator 9\FSweb\LearningCenter\Aircraft\Images\Large
echo For most folks this is C:\Program Files\Microsoft Games\Flight Simulator 9\FSweb\LearningCenter\Aircraft\Images\Large
echo be sure to save it with the .BAT extension, not .TXT.
echo Then go to that directory and run this file by double-clicking it or
echo Typing in the filename at the DOS prompt.
pause
cls

echo If you're ready, lets go!
echo Press CTRL-C to abort or
echo CTRL-BREAK to abort
PAUSE

xcopy 172.jpg ..\..\..\..\..\Aircraft\c172 /V /-Y
xcopy 182.jpg ..\..\..\..\..\Aircraft\c182 /V /-Y
xcopy 206.jpg ..\..\..\..\..\Aircraft\bell206b /V /-Y
xcopy 208.jpg ..\..\..\..\..\Aircraft\c208b /V /-Y
xcopy 737.jpg ..\..\..\..\..\Aircraft\b737_400 /V /-Y
xcopy 747.jpg ..\..\..\..\..\Aircraft\b747_400 /V /-Y
xcopy 777.jpg ..\..\..\..\..\Aircraft\b777_300 /V /-Y
xcopy amphib.jpg ..\..\..\..\..\Aircraft\C208 /V /-Y
xcopy baron.jpg ..\..\..\..\..\Aircraft\beech_baron_58 /V /-Y
xcopy comet.jpg ..\..\..\..\..\Aircraft\DeHavilland_Comet /V /-Y
xcopy dc3.jpg ..\..\..\..\..\Aircraft\Douglas_DC3 /V /-Y
xcopy extra.jpg ..\..\..\..\..\Aircraft\extra300 /V /-Y
xcopy jenny.jpg ..\..\..\..\..\Aircraft\Curtiss_Jenny /V /-Y
xcopy kingair.jpg ..\..\..\..\..\Aircraft\beech_king_air_350 /V /-Y
xcopy lear.jpg ..\..\..\..\..\Aircraft\lear45 /V /-Y
xcopy mooney.jpg ..\..\..\..\..\Aircraft\mooney_bravo /V /-Y
xcopy Piper.jpg ..\..\..\..\..\Aircraft\Piper_J3Cub /V /-Y
xcopy robinson.jpg ..\..\..\..\..\Aircraft\Robinson_R22 /V /-Y
xcopy schweizer.jpg ..\..\..\..\..\Aircraft\schweizr /V /-Y
xcopy spirit.jpg ..\..\..\..\..\Aircraft\Spirit_of_StLouis /V /-Y
xcopy trimotor.jpg ..\..\..\..\..\Aircraft\Ford_Trimotor /V /-Y
xcopy Vega_4.jpg ..\..\..\..\..\Aircraft\Lockheed_Vega /V /-Y
xcopy vimy.jpg ..\..\..\..\..\Aircraft\Vickers_Vimy /V /-Y
xcopy wright.jpg ..\..\..\..\..\Aircraft\Wright_Flyer /V /-Y

echo -DONE!-
pause