回答編集履歴
1
スクリプトを少し修正
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
どうでしょうか・・・。
|
1
|
+
どうでしょうか・・・。(8/7 PM12:47 スクリプトを少し修正。)
|
2
2
|
|
3
3
|
```batch
|
4
|
-
powershell -c "(
|
4
|
+
powershell -c "(gc -Enc Unicode '(インプットファイル)') -join \"`r`n\" | Out-File -Enc Unicode '(アウトプットファイル)' -NoNewLine"
|
5
5
|
```
|