From bca2dc2f6da6bbddb95ed88e4ac9eb5e43ccddb3 Mon Sep 17 00:00:00 2001 From: j4strngs Date: Fri, 13 Jul 2001 19:18:36 +0000 Subject: [PATCH] Added bat file for windows help Added entry in preferences --- preferences.xml | 1 + webrun.bat | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 webrun.bat diff --git a/preferences.xml b/preferences.xml index 33390d417..cdb96f597 100644 --- a/preferences.xml +++ b/preferences.xml @@ -22,6 +22,7 @@ Started September 2000 by David Megginson, david@megginson.com KSFO false feet + netscape larcsim c172 diff --git a/webrun.bat b/webrun.bat new file mode 100644 index 000000000..1beace129 --- /dev/null +++ b/webrun.bat @@ -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%