svnno****@sourc*****
svnno****@sourc*****
2013年 5月 6日 (月) 01:28:02 JST
Revision: 5239 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5239 Author: yutakapon Date: 2013-05-06 01:28:02 +0900 (Mon, 06 May 2013) Log Message: ----------- SVN#5238 のドキュメントを記載した。 Ticket Links: ------------ http://sourceforge.jp/projects/ttssh2/tracker/detail/5238 Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/en/html/macro/command/exec.html trunk/doc/ja/html/about/history.html trunk/doc/ja/html/macro/command/exec.html -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2013-05-05 16:16:52 UTC (rev 5238) +++ trunk/doc/en/html/about/history.html 2013-05-05 16:28:02 UTC (rev 5239) @@ -53,6 +53,7 @@ <li>added the <a href="../macro/command/checksum32.html">checksum32</a>, <a href="../macro/command/checksum32.html">checksum32file</a> command.</li> <li>added the <a href="../macro/command/bringupbox.html">bringupbox</a> command.</li> <li>added the <a href="../macro/command/regexoption.html">regexoption</a> command.</li> + <li>added the 4th argument(current directory) at the <a href="../macro/command/exec.html">exec</a> command.</li> </ul></li> <li>Select "Selection" by default in the printer dialog when there is a selection. Special thanks to tentner.</li> <li>When a log file is retrieving on the network path, Tera Term does not go slow. Modified: trunk/doc/en/html/macro/command/exec.html =================================================================== --- trunk/doc/en/html/macro/command/exec.html 2013-05-05 16:16:52 UTC (rev 5238) +++ trunk/doc/en/html/macro/command/exec.html 2013-05-05 16:28:02 UTC (rev 5239) @@ -18,7 +18,7 @@ </p> <pre class="macro-syntax"> -exec <command line> [<show> [<wait>]] +exec <command line> [<show> [<wait> [<current directory>]]] </pre> <h2>Remarks</h2> @@ -37,6 +37,10 @@ When a user specifies the 1 at the <wait> argument, Tera Term waits to finish the launched application. The exit code of the application stores the `result' system variable. <em>(version 4.63 or later)</em> +<p></p> +A current directory can be specified at the <current directory> argument. <em>(version 4.78 or later)</em> + + <h2>Example</h2> <pre class="macro-example"> @@ -45,6 +49,9 @@ ; Run "Notepad" and maximize the application. exec 'notepad readme.txt' 'maximize' + +; Run "Notepad" with the current directory. +exec 'notepad readme.txt' 'show' 0 'c:\usr' </pre> <pre class="macro-example"> Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2013-05-05 16:16:52 UTC (rev 5238) +++ trunk/doc/ja/html/about/history.html 2013-05-05 16:28:02 UTC (rev 5239) @@ -52,6 +52,7 @@ <li><a href="../macro/command/checksum32.html">checksum32</a>, <a href="../macro/command/checksum32.html">checksum32file</a>\x83R\x83}\x83\x93\x83h\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li> <li><a href="../macro/command/bringupbox.html">bringupbox</a>\x83R\x83}\x83\x93\x83h\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li> <li><a href="../macro/command/regexoption.html">regexoption</a>\x83R\x83}\x83\x93\x83h\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li> + <li><a href="../macro/command/exec.html">exec</a>\x83R\x83}\x83\x93\x83h\x82ɑ\xE64\x88\xF8\x90\x94\x81i\x83J\x83\x8C\x83\x93\x83g\x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x81j\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li> </ul></li> <li>\x82\xB7\x82łɑI\x91\xF0\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9\x83e\x83L\x83X\x83g\x82\xAA\x91\xB6\x8D݂\xB7\x82\xE9\x8Fꍇ\x81A\x83v\x83\x8A\x83\x93\x83^\x83_\x83C\x83A\x83\x8D\x83O\x82̃f\x83t\x83H\x83\x8B\x83g\x91I\x91\xF0\x8E\x88\x82\xF0\x81u\x91I\x91\xF0\x82\xB5\x82\xBD\x95\x94\x95\xAA\x81v\x82ɂ\xB7\x82\xE9\x82悤\x82ɂ\xB5\x82\xBD\x81Btentner\x8E\x81\x82Ɋ\xB4\x8EӁB</li> <li>\x83l\x83b\x83g\x83\x8F\x81[\x83N\x8Co\x97R\x82Ń\x8D\x83O\x8D̎悵\x82Ă\xE0\x81ATera Term\x82\xAA\x83X\x83\x8D\x81[\x83_\x83E\x83\x93\x82\xB5\x82Ȃ\xA2\x82悤\x82ɂ\xB5\x82\xBD\x81B Modified: trunk/doc/ja/html/macro/command/exec.html =================================================================== --- trunk/doc/ja/html/macro/command/exec.html 2013-05-05 16:16:52 UTC (rev 5238) +++ trunk/doc/ja/html/macro/command/exec.html 2013-05-05 16:28:02 UTC (rev 5239) @@ -18,7 +18,7 @@ </p> <pre class="macro-syntax"> -exec <command line> [<show> [<wait>]] +exec <command line> [<show> [<wait> [<current directory>]]] </pre> <h2>\x89\xF0\x90\xE0</h2> @@ -37,6 +37,10 @@ <wait> \x83p\x83\x89\x83\x81\x81[\x83^\x82\xC9 1 \x82\xF0\x8Ew\x92肷\x82\xE9\x82ƁA\x8BN\x93\xAE\x82\xB5\x82\xBD\x83A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82\xAA\x8FI\x97\xB9\x82\xB7\x82\xE9\x82܂ő҂B\x83A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82̏I\x97\xB9\x83R\x81[\x83h\x82\xAA result \x83V\x83X\x83e\x83\x80\x95ϐ\x94\x82Ɋi\x94[\x82\xB3\x82\xEA\x82\xE9\x81B<em>(\x83o\x81[\x83W\x83\x87\x83\x93 4.63\x88ȍ~)</em> +<p></p> +<current directory> \x83p\x83\x89\x83\x81\x81[\x83^\x82́A\x83J\x83\x8C\x83\x93\x83g\x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xF0\x8Ew\x92肷\x82邱\x82Ƃ\xAA\x82ł\xAB\x82\xE9\x81B<em>(\x83o\x81[\x83W\x83\x87\x83\x93 4.78\x88ȍ~)</em> + + <h2>\x97\xE1</h2> <pre class="macro-example"> @@ -45,6 +49,9 @@ ; \x81u\x83\x81\x83\x82\x92\xA0\x81v\x82\xF0\x8Dő剻\x95\\x8E\xA6\x82ŋN\x93\xAE exec 'notepad readme.txt' 'maximize' + +; \x81u\x83\x81\x83\x82\x92\xA0\x81v\x82\xF0\x83J\x83\x8C\x83\x93\x83g\x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x8Ew\x92\xE8\x82ŋN\x93\xAE +exec 'notepad readme.txt' 'show' 0 'c:\usr' </pre> <pre class="macro-example">