This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
TDGame
/
TDGameClient3D
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
2cde1f7945
Ramos
Etiquetas
QQ
master
TDGameClient3D
/
tools
/
qqMove.bat
qqMove.bat
120 B
Histórico
Em bruto
1
2
3
4
5
@echo off
echo "使用bat脚本来复制文件夹和文件"
echo.
xcopy qqbuild\*.* ..\build\qq\ /s /e /c /y /h /r
pause