Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/doc/en/html/macro/command/logopen.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 774 - (hide annotations) (download) (as text)
Tue Feb 5 14:35:16 2008 UTC (16 years, 4 months ago) by maya
Original Path: doc/trunk/en/html/macro/command/logopen.html
File MIME type: text/html
File size: 1529 byte(s)
no message

1 maya 332 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2     "http://www.w3.org/TR/html4/strict.dtd">
3 maya 571 <html>
4     <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6     <title>logopen</title>
7     <meta http-equiv="Content-Style-Type" content="text/css">
8     <link rel="stylesheet" href="../../style.css" type="text/css">
9     </head>
10 yutakakn 206
11 maya 571 <body>
12 yutakakn 206
13    
14 maya 571 <h1>logopen</h1>
15 yutakakn 206
16 maya 571 <p>
17     Causes Tera Term to start logging.
18     </p>
19 yutakakn 206
20 maya 571 <pre class="macro-syntax">
21 maya 774 logopen &lt;filename&gt; &lt;binary flag&gt; &lt;append flag&gt; [&lt;plain text flag&gt; [&lt;timestamp flag&gt; [&lt;hide dialog flag&gt;]]]
22 yutakakn 206 </pre>
23    
24 maya 571 <h2>Remarks</h2>
25 yutakakn 206
26 maya 571 <p>
27     Received characters are written to the file &lt;filename&gt;.
28     </p>
29    
30     <p>
31     If &lt;binary flag&gt; is zero, received new-line characters are converted (CR -&gt; CR/CRLF) and escape sequences are stripped out.<br>
32     If &lt;binary flag&gt; is non-zero, received characters are written without any modifications.
33     </p>
34    
35     <p>
36 maya 774 If &lt;append flag&gt; is non-zero and the file &lt;filename&gt; already exists, received characters are appended to it.<br>
37     If &lt;append flag&gt; is zero and the file &lt;filename&gt; already exists, the file is overwritten.
38     </p>
39 maya 571
40 maya 774 <!--p>
41     &lt;plain text flag&gt; �� 0 ���O�������AASCII ���\�����������O���������������B
42     </p>
43    
44 maya 571 <p>
45 maya 774 &lt;timestamp flag&gt; �� 0 ���O�������A���O���s�������������������B
46 maya 571 </p>
47    
48 maya 774 <p>
49     &lt;hide dialog flag&gt; �� 0 ���O�������A���O�]�����_�C�A���O���\���������B
50     </p-->
51    
52 maya 571 <h2>Example</h2>
53    
54     <pre class="macro-example">
55     <code>logopen 'myhost.log' 0 0
56     </code></pre>
57    
58     </body>
59     </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26