Warning: Undefined variable $archive_page_slug in /home/xs372180/pnpk.net/public_html/wp-content/plugins/kgarchives/kgarchives.php on line 17
Warning: Undefined array key -1 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 151
Warning: Undefined array key 1 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 152
Warning: Undefined array key 0 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 202
Warning: Undefined array key 1 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 202
Warning: Undefined array key 2 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 202
Warning: Undefined variable $allpage_link in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 285
Warning: Undefined array key -1 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 151
Warning: Undefined array key 1 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 152
Warning: Undefined variable $allpage_link in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 233
Warning: Undefined variable $allpage_link in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 241
Warning: Undefined variable $more in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 233
Warning: Undefined variable $more in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 233
Warning: Undefined variable $allpage_link in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 244
Warning: Undefined variable $allpage_link in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 285
Warning: Undefined variable $archive_page_slug in /home/xs372180/pnpk.net/public_html/wp-content/plugins/kgarchives/kgarchives.php on line 17
Warning: Undefined array key -1 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 151
Warning: Undefined array key 1 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 152
Warning: Undefined array key 0 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 202
Warning: Undefined array key 1 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 202
Warning: Undefined array key 2 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 202
Warning: Undefined variable $allpage_link in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 285
Warning: Undefined array key -1 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 151
Warning: Undefined array key 1 in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 152
Warning: Undefined variable $allpage_link in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 233
Warning: Undefined variable $allpage_link in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 241
Warning: Undefined variable $more in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 233
Warning: Undefined variable $more in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 233
Warning: Undefined variable $allpage_link in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 244
Warning: Undefined variable $allpage_link in /home/xs372180/pnpk.net/public_html/wp-content/plugins/multi-page-toolkit/TA_multi_toolkit.php on line 285
ページ : 1 2 3
<この記事を全て表示する場合はこちらをクリック>
Windows XP、Server 2003のイベントログを監視する場合には、EVENTTRIGGERSを利用してイベントトリガを設定する事で、任意のコマンドを実行する事が出来ます。EVENTTRIGGERSはWindows標準搭載のイベントトリガ用アプリケーションです。
ただし、Windows XPと、Windows Server 2003の一部ではEVENTTRIGGERSが上手く動作しません。
実装する前に、正常にコマンドが実行されているかテストした方が良いです。
EVENTTRIGGERS
EVENTTRIGGERS /CREATE
イベントトリガーを作成する場合に利用します。
擬似的にイベントログにエラーイベントを書き込んでテストしてみましょう。
以下のコードをメモ帳にそれぞれ貼り付けて、拡張子をvbsに書き換えて実行します。tsumari.vbsがエラーを発生させるVBSで、kaisho.vbsがイベントトリガが実行するVBSです。
tsumari.vbs
kaisho.vbs
コマンドプロンプトを開き、以下のコマンドを実行し、イベントトリガを登録します。
実行後、上記のようなエラーがイベントログに書き込まれます。
さらにイベントトリガで設定したスクリプトが実行されるため、イベントログには2つのイベントログが記録されます。
これでトイレの詰まりは解消されました・・・たぶん。
ページ : 1 2 3
<この記事を全て表示する場合はこちらをクリック>






[…] https://pnpk.net/archives/2091/all/1 […]
[…] https://pnpk.net/archives/2091/all/1 […]
[…] https://pnpk.net/archives/2091/all/1 […]