LoginSignup
0
0

More than 3 years have passed since last update.

chcpに私も遭遇しました。

Last updated at Posted at 2020-11-27

文字化け障害

echo %date% %TIME:~0,8% コメント >> txt.txt

出力例

2020/11/27 10:50:36 コメンチE

chcpで文字化けの対応

UTF-8になっていました。

chcp 65001
echo %date% %TIME:~0,8% コメント >> txt.txt

出力例

2020/11/27 10:55:25 コメント

別件で、stackoverflow(本家)で、closed されました。

アドバイスしてもらうと、助かります。
よろしくお願いします。

「echo %date% %TIME:~0,8% comment >> txt.txt」(Win)→Android:I want [closed]

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0