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 <filename>.<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 "%USERPROFILE%\myfile.dat" +<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 "env" ; %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> -pX[ht@C <filename> ÉÍAOSÌ«϶ñ(%variableName%)ðÜßé±ÆªÅ«éB<br> pX[ht@CÖÌ«Ýɸsµ½êAVXeÏ 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 "%USERPROFILE%\myfile.dat" +<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>