1
0
Fork 0

Added bat file for windows help

Added <browser-app> entry in preferences
This commit is contained in:
j4strngs 2001-07-13 19:18:36 +00:00
parent d9fb72d486
commit bca2dc2f6d
2 changed files with 21 additions and 0 deletions

View file

@ -22,6 +22,7 @@ Started September 2000 by David Megginson, david@megginson.com
<airport-id>KSFO</airport-id>
<fullscreen>false</fullscreen>
<units>feet</units>
<browser-app>netscape</browser-app> <!-- help viewer -->
</startup>
<flight-model>larcsim</flight-model>
<aircraft>c172</aircraft>

20
webrun.bat Normal file
View file

@ -0,0 +1,20 @@
@echo off
rem webrun.bat -- simple browser launcher for FlightGear Help
rem Norman Vine -- nhv@laserplot.com
rem This file should be in same directory that you started
rem FlightGear from -- uncomment appropriate line below
rem you can use this if you are connected to the internet
rem or your browser is set to connect automatically
rem set FG_HELP_DOC="http://www.flightgear.org/Docs/InstallGuide/getstart.html"
rem this is my local machines FGFS Help File :-) NHV
rem set FG_HELP_DOC="http://127.0.0.1:9673/FGFS/Help"
rem or you can set HELP_DOC to a local file at a certain place
set FG_HELP_DOC="c:\flightgear\Docs\index.html"
rem choose your browser
rem "c:\Program Files\Netscape\Communicator\Program\netscape " %FG_HELP_DOC%
"C:\Program Files\Internet Explorer\iexplore" %FG_HELP_DOC%