将多个文件夹中音频合并到一个文件夹中

for /r D:\说话人识别\westwing2 %f in (*.wav) do copy "%f"  d:\test

你可能感兴趣的:(将多个文件夹中音频合并到一个文件夹中)