Usefull file for windows users of flightgear
If you want to move your flightgear screenshots to a new location such as a
windows FTP directory for file sharing here is a simple batch file that wil
also generate a partial random number to preserve your files SO NONE ARE OVER
WRITTEN!
Creat a text file save it as your-name.bat ( BAT Extention)
Put the bat file in your flightgear directory, make a shortcut to the desktop.
:: BATCH CODE STARTS HERE
@echo off
if exist *.png copy fgfs-screen*.png "C:\FTP DIR PATH\*-*.%random%*.png"
if exist *.png del *.png
echo
echo All Screen Shots have been moved - press a key to exit!
pause
:: BATCH CODE ENDS HERE
Hope you find it as usefull as I am :)
Aerotro
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel