Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
eNpc
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
0
Wiki
Atividade
Ver código fonte
ft: 优化win cmd下可以显示中文
master
SisMaker
4 dias atrás
pai
99c6f3f271
commit
19d3fe0f1a
3 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
bootstrap
BIN
eNpc
+1
-0
eNpc.cmd
+ 1
- 0
bootstrap
Ver arquivo
@ -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
Ver arquivo
+ 1
- 0
eNpc.cmd
Ver arquivo
@ -1,4 +1,5 @@
@
echo
off
setlocal
set
rebarscript
=
%~f0
chcp 65001
>
nul
escript.exe
"
%rebarscript:.cmd=%
"
%*
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar