4.2.5_beta2
- Fix: #296 the batchfile could not be executed when the username contains multibyte-character.
- Fix that the encoding of the temporary batchfile was UTF8.
- Fix that the end of the each line of the temporary batchfile was LF not CRLF.
- Fix: #297 running the batchfile includes
exit
without/b
option, an error occurs
- #296 ユーザ名にマルチバイト文字が入っていると、バッチが正常動作しない不具合を修正
- 一時バッチファイルのエンコーディングが UTF8 になっていた
- 一時バッチファイルの改行コードが CRLF ではなく LF になっていた
- #297 /b なしの exit をバッチファイルが実行した時、一時ファイルが無い旨のエラーがでていた
Thanks to @spiegel-im-spiegel !