質問するログイン新規登録

回答編集履歴

1

回答修正

2019/11/22 06:58

投稿

Y.H.
Y.H.

スコア7918

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