ProtoTools/copy.bat
2020-10-22 15:52:53 +08:00

5 lines
70 B
Batchfile

echo 开始copy
robocopy .\dist ..\..\release\protocal /MIR
pause