On Tuesday 01 August 2006 05:10 am, Innis Cunningham wrote: > Hi All > I am tring to run FG from the following bash script without success.
Here's one I use. Adjust as necessary. Dave #!/bin/bash cmdline=" --fg-root=/home/dave/FlightGear --aircraft=F80C --airport-id=KSFO --geometry=1024x768 --prop:/engines/engine[0]/running=true --prop:/radios/marker-beacon/audio-btn[0]=false --prop:/radios/nav/frequencies/selected-mhz[0]=111.7 --prop:/radios/nav/radials/selected-deg[0]=283.0 --prop:/radios/nav[1]/frequencies/selected-mhz[0]=115.8 --prop:/radios/dme/switch-position=1 --visibility-miles=14.0 --disable-hud --start-date-gmt=2003:01:20:16:00:00 " /home/dave/FlightGear/source/src/Main/fgfs $cmdline exit 0 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
