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
1 # ************************************************
2 #    Copyright 2006,2007 Jeff Chapman
3 #
4 #    This file is part of BrowserLauncher2.
5 #
6 #    BrowserLauncher2 is free software; you can redistribute it and/or modify
7 #    it under the terms of the GNU Lesser General Public License as published by
8 #    the Free Software Foundation; either version 2 of the License, or
9 #    (at your option) any later version.
10 #
11 #    BrowserLauncher2 is distributed in the hope that it will be useful,
12 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #    GNU Lesser General Public License for more details.
15 #
16 #    You should have received a copy of the GNU Lesser General Public License
17 #    along with BrowserLauncher2; if not, write to the Free Software
18 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19 # ************************************************
20 # $Id: windowsConfig.properties,v 1.6 2007/08/30 19:38:09 jchapman0 Exp $
21
22 # delimiter for browser listing
23 delimchar=;
24
25 # windows versions and arguments for launching a browser
26 # default (will be used for Win10 and Win11) is winNT
27 # command for starting default browser | command for starting a specific browser | use registry
28 windows.winVista=cmd.exe /c start "" "<url>";"<path><browser>.exe" <args> "<url>";true
29 windows.win2000=cmd.exe /c start "" "<url>";"<path><browser>.exe" <args> "<url>";true
30 windows.win9x=command.com /c start "<url>";"<path><browser>.exe" <args> "<url>";true
31 windows.winNT=cmd.exe /c start "" "<url>";"<path><browser>.exe" <args> "<url>";true
32
33 # properties used to find browsers in program files folder
34 program.files.template={0}:\\Program Files
35 # drive letters to try when looking for Program Files folder
36 drive.letters=C;D;E
37
38 #windows.win2000=cmd.exe /c start "" "<url>";cmd.exe /c start <browser> <args> "<url>"
39 #windows.win9x=command.com /c start "<url>";command.com /c start <browser> <args> "<url>"
40 #windows.winNT=cmd.exe /c start "" "<url>";cmd.exe /c start <browser> <args> "<url>"
41
42 # list of browsers and arguments for using them and discovering them
43 # browser display name | browser exe name | new window argument | directory containing exe
44 browser.mozilla=Mozilla;mozilla;;mozilla.org
45 browser.netscape=Netscape;netscape;;Netscape
46 browser.mozilla-firefox=Mozilla Firefox;firefox;-new-window;Mozilla Firefox
47 browser.firefox=Firefox;firefox;-new-window;Firefox
48 browser.opera=Opera;opera;-newwindow;Opera
49 browser.edge=Microsoft Edge;msedge;;Microsoft
50 browser.kmeleon=K-Meleon;k-meleon;;K-Meleon
51 browser.chrome=Google Chrome;chrome;;Google