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 206 - (hide annotations) (download) (as text)
Thu Aug 31 14:57:32 2006 UTC (17 years, 9 months ago) by yutakakn
Original Path: doc/trunk/en/html/macro/command/logopen.html
File MIME type: text/html
File size: 924 byte(s)
(none)

1 yutakakn 206 <HTML>
2     <HEAD>
3     <TITLE>logopen</TITLE>
4     <link rel="stylesheet" href="../../style.css" type="text/css">
5     </HEAD>
6     <BODY>
7    
8     <DIV ALIGN="left">
9     <FONT SIZE="+2">logopen</FONT><BR><BR>
10     </div>
11    
12     Format:
13     <UL>
14     <B>logopen &lt;filename&gt; &lt;binary flag&gt; &lt;append flag&gt;</B>
15     </UL>
16     <P></P>
17    
18     Causes Tera Term to start logging. Received characters are written to the file &lt;filename&gt;.
19     <P></P>
20    
21     If &lt;binary flag&gt; is zero, received new-line characters are converted (CR -&gt; CR/CRLF) and escape sequences are stripped out. If &lt;binary flag&gt; is non-zero, received characters are written without any modifications.
22     <P></P>
23    
24     If &lt;append flag&gt; is non-zero and the file &lt;filename&gt; already exists, received characters are appended to it. If &lt;append flag&gt; is zero and the file &lt;filename&gt; already exists, the file is overwritten.
25     <P></P>
26    
27     <pre>
28     Example:
29     logopen 'myhost.log' 0 0
30     </pre>
31    
32     </BODY>
33     </HTML>
34    

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