标签:enable exist source 目录 tail detail end oca off
借鉴
https://blog.csdn.net/suxilong123/article/details/79550046?utm_source=blogxgwz5
@echo off
echo ##################start##################
::chcp 936
::setlocal enabledelayedexpansion
::color 0b
for /r . %%a in (*) do if exist "%%a" copy /y "%%a" .
echo ################## end ##################
pause>nul
echo on
标签:enable exist source 目录 tail detail end oca off
原文地址:https://www.cnblogs.com/kutsh/p/13795943.html