用bat文件,将当前目录下的txt文件,批量复制到同级下的多个文件夹中

2024-11-01 01:41:40
推荐回答(1个)
回答1:

for /f "delims=" %%a in ('dir /ad/b') do copy 1.txt "%%~a\"