이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
eNpc
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
0
위키
활동
소스 검색
ft: 优化win cmd下可以显示中文
master
SisMaker
3 일 전
부모
99c6f3f271
커밋
19d3fe0f1a
3개의 변경된 파일
과
2개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bootstrap
BIN
eNpc
+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=%
"
%*
쓰기
미리보기
불러오는 중...
취소
저장