本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
SisMaker
/
eNpc
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
Projects
0
版本發佈
0
Wiki
活動
瀏覽代碼
ft: 优化win cmd下可以显示中文
master
SisMaker
4 天之前
父節點
99c6f3f271
當前提交
19d3fe0f1a
共有
3 個檔案被更改
,包括
2 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bootstrap
二進制
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).
二進制
eNpc
查看文件
+ 1
- 0
eNpc.cmd
查看文件
@ -1,4 +1,5 @@
@
echo
off
setlocal
set
rebarscript
=
%~f0
chcp 65001
>
nul
escript.exe
"
%rebarscript:.cmd=%
"
%*
Write
Preview
Loading…
取消
儲存