回答編集履歴

1

回答修正

2019/11/22 06:58

投稿

Y.H.
Y.H.

スコア7914

test CHANGED
@@ -1,3 +1,27 @@
1
+ 質問本文以外に書かれても気付かないよ。。。
2
+
3
+
4
+
5
+ > Start-Transcript
6
+
7
+ > このコマンドでcドライブに保存しています。
8
+
9
+
10
+
11
+ マニュアルに記載されてます。
12
+
13
+ [(docs.microsoft.com)Start-Transcript](https://docs.microsoft.com/ja-jp/powershell/module/microsoft.powershell.host/start-transcript?view=powershell-6)
14
+
15
+
16
+
17
+ パラメーターに`-Append`とか指定していなければ上書きです。
18
+
19
+
20
+
21
+ ----
22
+
23
+
24
+
1
25
  リダイレクトで標準出力をファイルに出力すればよいのでは?
2
26
 
3
27