JAL-3103 Put jalview.jar first in getdown for .properties files. Remove now-not-neede...
[jalview.git] / resources / edu / stanford / ejalbert / launching / windows / windowsConfig.properties
diff --git a/resources/edu/stanford/ejalbert/launching/windows/windowsConfig.properties b/resources/edu/stanford/ejalbert/launching/windows/windowsConfig.properties
new file mode 100644 (file)
index 0000000..c4e0f2b
--- /dev/null
@@ -0,0 +1,51 @@
+# ************************************************
+#    Copyright 2006,2007 Jeff Chapman
+#
+#    This file is part of BrowserLauncher2.
+#
+#    BrowserLauncher2 is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU Lesser General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    BrowserLauncher2 is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU Lesser General Public License for more details.
+#
+#    You should have received a copy of the GNU Lesser General Public License
+#    along with BrowserLauncher2; if not, write to the Free Software
+#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# ************************************************
+# $Id: windowsConfig.properties,v 1.6 2007/08/30 19:38:09 jchapman0 Exp $
+
+# delimiter for browser listing
+delimchar=;
+
+# windows versions and arguments for launching a browser
+# default (will be used for Win10 and Win11) is winNT
+# command for starting default browser | command for starting a specific browser | use registry
+windows.winVista=cmd.exe /c start "" "<url>";"<path><browser>.exe" <args> "<url>";true
+windows.win2000=cmd.exe /c start "" "<url>";"<path><browser>.exe" <args> "<url>";true
+windows.win9x=command.com /c start "<url>";"<path><browser>.exe" <args> "<url>";true
+windows.winNT=cmd.exe /c start "" "<url>";"<path><browser>.exe" <args> "<url>";true
+
+# properties used to find browsers in program files folder
+program.files.template={0}:\\Program Files
+# drive letters to try when looking for Program Files folder
+drive.letters=C;D;E
+
+#windows.win2000=cmd.exe /c start "" "<url>";cmd.exe /c start <browser> <args> "<url>"
+#windows.win9x=command.com /c start "<url>";command.com /c start <browser> <args> "<url>"
+#windows.winNT=cmd.exe /c start "" "<url>";cmd.exe /c start <browser> <args> "<url>"
+
+# list of browsers and arguments for using them and discovering them
+# browser display name | browser exe name | new window argument | directory containing exe
+browser.mozilla=Mozilla;mozilla;;mozilla.org
+browser.netscape=Netscape;netscape;;Netscape
+browser.mozilla-firefox=Mozilla Firefox;firefox;-new-window;Mozilla Firefox
+browser.firefox=Firefox;firefox;-new-window;Firefox
+browser.opera=Opera;opera;-newwindow;Opera
+browser.edge=Microsoft Edge;msedge;;Microsoft
+browser.kmeleon=K-Meleon;k-meleon;;K-Meleon
+browser.chrome=Google Chrome;chrome;;Google