| 12345678910111213141516171819202122232425262728293031 | 
							- <html>
 - 	<head>
 - 		<title>Typica - Data for Coffee Roasters</title>
 - 		<link rel="stylesheet" type="text/css" href="../../style.css">
 - 	</head>
 - 	<body>
 - 		<div id="page">
 - 			<div id="topmatter">
 - 				<div id="topbanner">
 - 					<img src="../../logo96.png" height="96px" width="96px" alt="Typica logo" />
 - 					<h1>Typica</h1>
 - 					<h2>Data for Coffee Roasters</h2>
 - 				</div>
 - 				<div id="menu">
 - 					<a class="tab" href="../../index.html">Project Home</a>
 - 					<a class="tab" href="../../downloads.html" >Downloads</a>
 - 					<a class="tab active" href="../../documentation.html" >Documentation</a>
 - 					<a class="tab" href="../../screenshots.html" >Screenshots and Videos</a>
 - 					<a class="tab" href="../../involvement.html" >Get Involved</a>
 - 					<a href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica" class="tab">Blog</a>
 - 				</div>
 - 			</div>
 - 			<div id="maintext">
 - 				<h1>Eliminating the Configuration Prompt</h1>
 - 				<img src="images/open-configuration.png" />
 - 				<p>It is possible to bypass the above window when starting Typica by providing the information requested as a command line argument: <em>-c path</em> where path is a relative or absolute path to the configuration file. The preferred way to supply this information prior to starting Typica varies depending on what platform you are using.</p>
 - 
 - 			</div>
 - 		</div>
 - 	</body>
 - </html>
 
 
  |