[Ttssh2-commit] [4558] getpassword の expandev 対応にともなう、文言修正。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 8月 1日 (月) 00:20:40 JST


Revision: 4558
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4558
Author:   yutakapon
Date:     2011-08-01 00:20:40 +0900 (Mon, 01 Aug 2011)

Log Message:
-----------
getpassword の expandev 対応にともなう、文言修正。

Modified Paths:
--------------
    trunk/doc/en/html/macro/command/expandenv.html
    trunk/doc/en/html/macro/command/getpassword.html
    trunk/doc/ja/html/macro/command/expandenv.html
    trunk/doc/ja/html/macro/command/getpassword.html


-------------- next part --------------
Modified: trunk/doc/en/html/macro/command/expandenv.html
===================================================================
--- trunk/doc/en/html/macro/command/expandenv.html	2011-07-31 15:15:56 UTC (rev 4557)
+++ trunk/doc/en/html/macro/command/expandenv.html	2011-07-31 15:20:40 UTC (rev 4558)
@@ -67,5 +67,11 @@
 messagebox str "env"    ; %test%\notepad.exe
 </pre>
 
+<h2>See also</h2>
+
+<ul>
+ <li>"<a href="getpassword.html">getpassword</a>"</li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/en/html/macro/command/getpassword.html
===================================================================
--- trunk/doc/en/html/macro/command/getpassword.html	2011-07-31 15:15:56 UTC (rev 4557)
+++ trunk/doc/en/html/macro/command/getpassword.html	2011-07-31 15:20:40 UTC (rev 4558)
@@ -43,7 +43,6 @@
 
 <p>
 <i>(version 4.71 or later)</i><br>
-The environmental variables can be included in the password file &lt;filename&gt;.<br>
 When the password file can not be written, the system variable "result" is set to 0. Otherwise, "result" is set to 1.
 </p>
 
@@ -59,11 +58,18 @@
 </pre>
 
 <pre class="macro-example">
-<strong>getpassword</strong> "%USERPROFILE%\myfile.dat" 'mypassword' password
+expandenv str &quot;%USERPROFILE%\myfile.dat&quot;
+<strong>getpassword</strong> str 'mypassword' password
 if !result then
 	messagebox 'Password was not saved' 'ERROR'
 endif
 </pre>
 
+<h2>See also</h2>
+
+<ul>
+ <li>"<a href="expandenv.html">expandenv</a>"</li>
+</ul>
+
 </BODY>
 </HTML>

Modified: trunk/doc/ja/html/macro/command/expandenv.html
===================================================================
--- trunk/doc/ja/html/macro/command/expandenv.html	2011-07-31 15:15:56 UTC (rev 4557)
+++ trunk/doc/ja/html/macro/command/expandenv.html	2011-07-31 15:20:40 UTC (rev 4558)
@@ -67,5 +67,11 @@
 messagebox str &quot;env&quot;    ; %test%\notepad.exe
 </pre>
 
+<h2>ŽQÆ</h2>
+
+<ul>
+ <li>"<a href="getpassword.html">getpassword</a>"</li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/ja/html/macro/command/getpassword.html
===================================================================
--- trunk/doc/ja/html/macro/command/getpassword.html	2011-07-31 15:15:56 UTC (rev 4557)
+++ trunk/doc/ja/html/macro/command/getpassword.html	2011-07-31 15:20:40 UTC (rev 4558)
@@ -43,7 +43,6 @@
 
 <p>
 <i>(ƒo[ƒWƒ‡ƒ“ 4.71 ˆÈ~)</i><br>
-ƒpƒXƒ[ƒhƒtƒ@ƒCƒ‹ &lt;filename&gt; ‚ɂ́AOS‚̊‹«•Ï”•¶Žš—ñ(%variableName%)‚ðŠÜ‚߂邱‚Æ‚ª‚Å‚«‚éB<br>
 ƒpƒXƒ[ƒhƒtƒ@ƒCƒ‹‚ւ̏‘‚«ž‚Ý‚ÉŽ¸”s‚µ‚½ê‡AƒVƒXƒeƒ€•Ï” result ‚É 0 ‚ªŠi”[‚³‚ê‚éB‚»‚êˆÈŠO‚̏ꍇAresult ‚É 1 ‚ªŠi”[‚³‚ê‚éB
 
 </p>
@@ -60,11 +59,18 @@
 </pre>
 
 <pre class="macro-example">
-<strong>getpassword</strong> "%USERPROFILE%\myfile.dat" 'mypassword' password
+expandenv str &quot;%USERPROFILE%\myfile.dat&quot;
+<strong>getpassword</strong> str 'mypassword' password
 if !result then
 	messagebox 'Password was not saved' 'ERROR'
 endif
 </pre>
 
+<h2>ŽQÆ</h2>
+
+<ul>
+ <li>"<a href="expandenv.html">expandenv</a>"</li>
+</ul>
+
 </BODY>
 </HTML>



Ttssh2-commit メーリングリストの案内
Back to archive index