Possible locale issue for bat fix
This commit is contained in:
parent
2a64f36c52
commit
0283f1b96b
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
@echo off
|
||||
|
||||
REM Set Locale
|
||||
chcp 65001
|
||||
|
||||
REM specify the data and temporary directory
|
||||
set DATA=data.xp3
|
||||
set TMP=tmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue