for /f "%ACDsee%\*.*" tokens=1,2* delims=-" %%i in ('xcopy "%ACDsee%*.*" ACDSee\ /s/h/y/b/ad/o:-d g:\test') do @if exist g:\test\%%d ECHO g:\test\%%d
本来的意思是:查找文件中两天来改动过的文件,如果有,那么复制出来到另外的相同文件夹里。
不行啊。请帮帮忙。谢了!
本来的意思是:查找文件中两天来改动过的文件,如果有,那么复制出来到另外的相同文件夹里。
不行啊。请帮帮忙。谢了!
