質問編集履歴

4

2016/09/21 13:33

投稿

mrrclb48z
mrrclb48z

スコア15

test CHANGED
File without changes
test CHANGED
File without changes

3

2016/09/21 13:33

投稿

mrrclb48z
mrrclb48z

スコア15

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,17 @@
15
15
  ノード SourceName....
16
16
 
17
17
  よろしくお願いします。
18
+
19
+ ------------------------------------------------------------------------------------------
20
+
21
+ あと一息
22
+
23
+ (参考)バッチファイルで今日の日付 (YYYYMMDD 形式) を取得
24
+
25
+ http://d.hatena.ne.jp/fyts/20070704/dos
26
+
27
+
28
+
29
+ set YYYYMMDD=%DATE:/=%
30
+
31
+ wmic ntevent where "(logfile='Application' and timegenerated >= '%YYYYMMDD%')" list /format:HTABLE > html.html

2

2016/09/21 13:22

投稿

mrrclb48z
mrrclb48z

スコア15

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,9 @@
1
+ (参考)wmicコマンドでイベント・ログを表示する
2
+
3
+ http://www.atmarkit.co.jp/ait/articles/0804/25/news171.html
4
+
5
+
6
+
1
7
  wmic ntevent where "(logfile='Application' and timegenerated >= '20160918')" list /format:HTABLE > html.html
2
8
 
3
9
 

1

2016/09/20 12:42

投稿

mrrclb48z
mrrclb48z

スコア15

test CHANGED
File without changes
test CHANGED
File without changes