JM_KA/sync.bat
2022-02-23 08:59:34 +08:00

19 lines
259 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
set START=D:\Project\Others\Test_Project\JM_KA\mybuild
set END=D:\User\Downloads\ˇsźW¸ęŽĆ§¨
chcp 950 >NUL
GOTO ALL
:ALL
echo ŚP¨BĽţŔÉŽ×
robocopy %START% %END% /E /Z /FFT /COPY:D /NJH /NJS /NDL
GOTO END
:END
echo Done!
PAUSE