Windows batch copy files from subfolders to one folder

前端 未结 4 535
庸人自扰
庸人自扰 2021-02-04 06:45

I had tried to make batch script that copies all *.tif files located in D:\\images(random named subfolders here) to d:\\all.

xcopy D:\\Downloads\\*.TIF D:\\temp\         


        
4条回答
  •  北荒
    北荒 (楼主)
    2021-02-04 07:01

    You can also use the XXCOPY freeware. Works like XCOPY, but when you use a /SG parameter, it flattens the sub-directories. See how to use it here.

提交回复
热议问题