~diesch/ubuntu/trusty/scid/fix-for-1277520

« back to all changes in this revision

Viewing changes to help/Cmdline.html

  • Committer: Bazaar Package Importer
  • Author(s): Peter van Rossum
  • Date: 2002-04-06 14:49:15 UTC
  • Revision ID: james.westby@ubuntu.com-20020406144915-63pe79by11n28esy
Tags: upstream-3.2
ImportĀ upstreamĀ versionĀ 3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>
 
4
Scid Help: 
 
5
Command-line options
 
6
</title>
 
7
<STYLE TYPE="text/css">
 
8
<!--
 
9
  body { background: #ffffff; }
 
10
  h1, h2, h3, h4, h5 { color: #990000; }
 
11
  h1 { align: center; }
 
12
-->
 
13
</STYLE>
 
14
</head>
 
15
<body bgcolor="#ffffff">
 
16
<h1>Command-line options</h1>
 
17
<p>
 
18
When you start Scid from a shell or console, there are command-line
 
19
options you can specify. Scid-format databases (with or without a
 
20
file suffix such as ".si3") and PGN files to be opened can be given,
 
21
for example:
 
22
<ul>
 
23
<li>scid mybase newgames.pgn</li>
 
24
</ul>
 
25
will start Scid and open the Scid database called mybase and the
 
26
PGN file named newgames.pgn.
 
27
</p>
 
28
<p>
 
29
There are also optional arguments to control which files Scid should
 
30
search for and use when it starts. You can turn off the use of
 
31
<a href="TB.html">tablebases</a> with the <b>-xtb</b> (or <b>-xt</b>) option,
 
32
avoid loading the <a href="ECO.html">ECO openings classification</a> file with
 
33
<b>-xeco</b> or <b>-xe</b>, and avoid loading the
 
34
<a href="Maintenance.html#Spellcheck">spelling</a> file
 
35
with <b>-xspell</b> or <b>-xs</b>. Also, the option <b>-fast</b>
 
36
or <b>-f</b> does all three, so <b>scid -f</b> is equivalent
 
37
to <b>scid -xeco -xspell -xtb</b>.
 
38
</p>
 
39
 
 
40
<p><center><font size=-1>(Updated: Scid 3.1, November 2001)</font></center></p>
 
41
 
 
42
<p><hr><a href="Index.html">Scid Help Index</a>
 
43
</body>
 
44
</html>
 
45