Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/macro/command/getttdir.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8939 - (show annotations) (download) (as text)
Thu Oct 1 16:06:58 2020 UTC (3 years, 7 months ago) by nmaya
File MIME type: text/html
File size: 942 byte(s)
マクロコマンドが Tera Term バージョンいくつから存在するか、それぞれのマクロコマンドのヘルプページに記載

ticket #40808
MFT to: 4-stable
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>getttdir</title>
7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </head>
10
11 <body>
12
13
14 <h1>getttdir</h1>
15
16 <p>
17 Gets the current working directory for ttpmacro.exe. <em>(version 4.60 or later)</em>
18 </p>
19
20 <pre class="macro-syntax">
21 getttdir &lt;strvar&gt;
22 </pre>
23
24 <h2>Remarks</h2>
25
26 <p>
27 The ttpmacro.exe directory is stored in the &lt;strvar&gt; string variable.<br>
28 If the directory is gotten successfully, the system variable "result" is set to 0. Otherwise, "result" is set to zero.
29 </p>
30
31 <h2>Example</h2>
32
33 <pre class="macro-example">
34 getttdir dir
35 messagebox dir 'getttdir' 0
36 ; dir is "C:\Program Files\teraterm"
37 </pre>
38
39
40 </body>
41 </html>

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