xcopy /s/e u:\folder\* D:\New\文件的后缀不一样,执行方式也不一样。所以我以exe应用程序为例for /f "delims=" %%i in ('dir /a-d/s/b D:\New\*.exe') do start "" %%icall abc.bat