UTF-8に単純変換

This commit is contained in:
Takenori Imoto
2016-09-08 17:35:30 +09:00
parent 8713024d66
commit 0532684298
641 changed files with 22561 additions and 21149 deletions

View File

@@ -5,49 +5,49 @@
<!-- generated by to_html.pl from f_System.xml -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
<title>shellExecute - �t�@�C��/�v���O�����̎��s</title>
<title>shellExecute - ファイル/プログラムの実行</title>
<meta name="author" content="W.Dee" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link href="funcref.css" type="text/css" rel="stylesheet" title="�N���X���t�@�����X�p�W���X�^�C��" />
<link href="funcref.css" type="text/css" rel="stylesheet" title="クラスリファレンス用標準スタイル" />
<link href="mailto:[email protected]" rev="Made" />
<link href="index.html" target="_top" rel="Start" title="�g�b�v�y�[�W" />
<link href="f_System.html" title="System�N���X" rel="Parent" />
<link href="index.html" target="_top" rel="Start" title="トップページ" />
<link href="f_System.html" title="Systemクラス" rel="Parent" />
</head>
<body>
<h1><span class="fheader"><a name="top" id="top">System.shellExecute</a></span></h1><div class="para"><div>
<dl>
<dt>�@�\/�Ӗ�</dt>
<dt>機能/意味</dt>
<dd>
�t�@�C��/�v���O�����̎��s</dd>
<dt>�^�C�v</dt>
ファイル/プログラムの実行</dd>
<dt>タイプ</dt>
<dd>
<a class="jump" href="f_System.html">System�N���X</a>�̃��\�b�h<br />
<a class="jump" href="f_System.html">Systemクラス</a>のメソッド<br />
</dd>
<dt>�\��</dt>
<dt>構文</dt>
<dd>
<span class="funcdecl">shellExecute(<span class="arg">target</span>, <span class="arg">param</span><span class="defarg">=<span class="defargval">&quot;&quot;</span></span>)</span><br />
</dd>
<dt>����</dt>
<dt>引数</dt>
<dd>
<table rules="all" frame="box" cellpadding="3" summary="shellExecute �̈���">
<table rules="all" frame="box" cellpadding="3" summary="shellExecute の引数">
<tr><td valign="top"><span class="argname">target</span></td>
<td> �@���s�����t�@�C�����\�t�g�E�F�A���w�肵�܂��B<br />
�@�t�@�C�����w�肳�ꂽ�ꍇ�́A�����Ɋ֘A�Â����ꂽ�v���O�������N�����܂��B<br />
<td>  実行するファイルやソフトウェアを指定します。<br />
 ファイルを指定された場合は、それに関連づけられたプログラムが起動します。<br />
</td></tr>
<tr><td valign="top"><span class="argname">param</span></td>
<td> �@���s�����\�t�g�E�F�A�ɓn���p�����[�^���w�肵�܂��B<br />
�@target �����Ƀt�@�C�����w�肵���ꍇ�͂��̈������ȗ����邩�A���邢�͋󕶎�����
�w�肵�Ă��������B<br />
<td>  実行するソフトウェアに渡すパラメータを指定します。<br />
 target 引数にファイルを指定した場合はこの引数を省略するか、あるいは空文字列を
指定してください。<br />
</td></tr>
</table>
</dd>
<dt>�߂��l</dt>
<dt>戻り値</dt>
<dd>
<result>���s�ɐ��������ΐ^�A���s�����΋U���Ԃ��܂��B</result></dd>
<dt>����</dt>
<result>実行に成功すれば真、失敗すれば偽が返ります。</result></dd>
<dt>説明</dt>
<dd>
�@target �Ŏw�肵���t�@�C�����\�t�g�E�F�A��<a class="targanchor" name="id336" id="id336">���s</a>���܂��B<br />
 target で指定したファイルやソフトウェアを<a class="targanchor" name="id336" id="id336">実行</a>します。<br />
</dd>
</dl>
</div></div>