This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
TDGame
/
TDGameClient3D
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Branch:
QQ
Branches
Tags
QQ
master
TDGameClient3D
/
tools
/
qqMove.bat
qqMove.bat
120 B
Link permanente
Histórico
Raw
1
2
3
4
5
@echo off
echo "使用bat脚本来复制文件夹和文件"
echo.
xcopy qqbuild\*.* ..\build\qq\ /s /e /c /y /h /r
pause