소스 검색

ft: 优化win cmd下可以显示中文

master
SisMaker 3 일 전
부모
커밋
19d3fe0f1a
3개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      bootstrap
  2. BIN
      eNpc
  3. +1
    -0
      eNpc.cmd

+ 1
- 0
bootstrap 파일 보기

@ -156,6 +156,7 @@ writeWindowsScripts() ->
"@echo off\r\n"
"setlocal\r\n"
"set rebarscript=%~f0\r\n"
"chcp 65001 > nul\r\n"
"escript.exe \"%rebarscript:.cmd=%\" %*\r\n",
ok = file:write_file("eNpc.cmd", CmdScript).

BIN
eNpc 파일 보기


+ 1
- 0
eNpc.cmd 파일 보기

@ -1,4 +1,5 @@
@echo off
setlocal
set rebarscript=%~f0
chcp 65001 > nul
escript.exe "%rebarscript:.cmd=%" %*

불러오는 중...
취소
저장