This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
TDGame
/
TDGameClient3D
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
2cde1f7945
Branches
Tags
QQ
master
TDGameClient3D
/
tools
/
qqMove.bat
qqMove.bat
120 B
Historique
Raw
1
2
3
4
5
@echo off
echo "使用bat脚本来复制文件夹和文件"
echo.
xcopy qqbuild\*.* ..\build\qq\ /s /e /c /y /h /r
pause