products/Sources/formale Sprachen/Delphi/Elbe 1.0/HelpText Standard english/html/files/command.html
<!
DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" >
<
html ><
head ><
title >
command </
title >
<
meta http-equiv=
"Content-Style-Type" content=
"text/css" >
<
style type=
"text/css" >
<!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table, span.rvts0 /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6
{
font-size: 24pt;
font-family: 'Times New Roman', 'Times', serif;
font-weight: bold;
color: #000000;
}
span.rvts7
{
font-size: 12pt;
font-family: 'Times New Roman', 'Times', serif;
color: #000000;
}
span.rvts8
{
font-size: 12pt;
font-family: 'Times New Roman', 'Times', serif;
font-weight: bold;
color: #000000;
}
span.rvts9 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts10 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts11 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts12, span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffffff;
}
.rvps3
{
text-align: left;
text-indent: 0px;
background: #ffffff;
padding: 0px 0px 0px 0px;
margin: 19px 0px 19px 0px;
}
.rvps4
{
background: #ffffff;
margin: 7px 0px 7px 0px;
}
.rvps5 /* Paragraph Style */
{
background: #9fbed0;
padding: 5px 5px 2px 5px;
margin: -5px -5px 18px -5px;
}
.rvps6 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps7 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
-->
<
link rel=
"StyleSheet" href=
"hnd.css" type=
"text/css" />
<
script type=
"text/javascript" >if(top.frames.length == 0) { top.location.href=
"../standard.english.htm?command.html" ; }</
script >
<
script type=
"text/javascript" src=
"jquery.min.js" ></
script >
<
script type=
"text/javascript" src=
"jquery.cookie.js" ></
script >
<
script type=
"text/javascript" src=
"hnd.js" ></
script >
<
meta name=
"generator" content=
"HelpNDoc Freeware Edition" ></
head >
<
body >
<p class=rvps5><
span class=rvts9>
command </
span ></p>
<
h1 class=rvps3><
span class=rvts0><
span class=rvts6>
Command File</
span ></
span ></
h1 >
<p class=rvps4><
span class=rvts7>You can define a batch
command (*.bat oder *.cmd) in the options
dialog .</
span ></p>
<p class=rvps4><
span class=rvts7>It will become executed if you click and can be amended with the f
ollowing parameters:</span ></p>
<ul style ="text-indent: 0px; margin-left: 35px; list-style-position: outside;" >
<li class=rvps2><span class=rvts7>%1 is the path of the current file</span ><br ><span class=rvts7><br ></span ></li >
<li class=rvps2><span class=rvts7>%2 is the name of the current file</span ><br ><span class=rvts7><br ></span ></li >
<li class=rvps2><span class=rvts7>%3 to %5 are the full names of the libraries 1 to 3 specidied in options.</span ></li >
</ul >
<p class=rvps4><span class=rvts7>The parameter are enclosed in quotes ("..." ), which can be used with (z.B. %1) in the batch file or removed by using (eg %~1).</span ></p>
<p class=rvps4><span class=rvts7>A sample batch commadn is attached in the program directory.</span ></p>
<p class=rvps4><span class=rvts7>After execution the protocol will be displayed in blue color in a seperate window.</span ></p>
<p class=rvps4><span class=rvts7>The JAVA compiler can be invoked by</span ></p>
<p class=rvps4><span class=rvts7>cd %1</span ></p>
<p class=rvps4><span class=rvts7>javac %2</span ></p>
<p class=rvps4><span class=rvts7>in a batch file.</span ></p>
<p class=rvps4><span class=rvts7>A free COBOL compiler for students can be found under http://www.adtools.com/student/ .</span ></p>
<p class=rvps4><span class=rvts7>The program is invoked by</span ></p>
<p class=rvps4><span class=rvts7>> cobol32.exe sample.cob</span ></p>
<p class=rvps4><span class=rvts7>on a command line.</span ></p>
<p class=rvps4><span class=rvts7>A sample file compilebatch.bat is attached and looks like</span ></p>
<p class=rvps4><span class=rvts7>>c:\fsc\pcobol32\cobol32.exe %~1%~2</span ></p>
<p class=rvps4><span class=rvts7>> pause</span ></p>
<p class=rvps4><span class=rvts7>Good Luck!</span ></p>
<p class=rvps4><span class=rvts7>This help file has been produced using </span ><span class=rvts8>helpMATIC Pro Shareware</span ></p>
<p class=rvps4><span class=rvts7>http://www.helpmatic.net </span ></p>
<p class=rvps4><span class=rvts7>The above message will not appear in the registered version</span ></p>
<p class=rvps6><span class=rvts10>Copyright © 2010, Context IT GmbH</span ></p>
<p class=rvps7><span class=rvts11>Created with the Freeware Edition of HelpNDoc: </span ><a class=rvts12 href="http://www.helpndoc.com " target="_blank" >Easy CHM and documentation editor</a></p>
</body ></html >
Messung V0.5 C=100 H=100 G=100
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
*© Formatika GbR, Deutschland