DEPCO Support Forum
DEPCO Home

Welcome Guest Search | Active Topics | Members | Log In | Register

Backup of flights Options · View
michael
Posted: Saturday, October 25, 2008 11:02:24 AM
Rank: Newbie
Groups: Member

Joined: 9/7/2008
Posts: 7
Points: 21
Location: Lovington, New Mexico USA
I have found that on the "Select a Flight" screen that the Delete Flight button is very prominent and leads to students deleting flights that they intended to Fly Now. Once a student has deleted a flight, the only way to get it back is to re-install the program; a process that takes a couple of hours.

My solution is to create a backup the flights directory. Go to c:\program files\microsoft games\flight simulator\ and copy the folder flights. Go to c:\program files\depco, inc\ and paste the folder you just copied.

Now you can copy the backup directory anytime one of your flights gets deleted or saved with the wrong settings. I even made a batch file that I use to restore the flights if something gets changed or deleted.

****************restore.bat for Flight Transportation****************

@echo off

title DEPCO Flights Restore Program
cls
echo.
echo This program should be run anytime that the
echo Microsoft Flight Simulator Flights need to restored.

cd %PROGRAMFILES%"\Microsoft Games\Flight Simulator 9"
rd "Flights" /s /q
md "Flights"
cd %PROGRAMFILES%"\DEPCO\Backup"
xcopy "*" "C:\Program Files\Microsoft Games\Flight Simulator 9\Flights\" /i /e /y /q

echo Files Restored!

Pause
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.2 (NET v2.0) - 9/27/2007
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.077 seconds.