Wednesday, June 15, 2011

Copy tat ca cac file tu 1 folder(chua nhieu subfolder) sang folder khac

for /f "tokens=*" %a in ('dir D:\sourceFolder\*.xml /b /s /a-d') do @copy "%a" "C:\YourFolder\" /y

1 comment:

  1. Có thể dùng notepad soạn thảo rồi lưu thành file có đuôi là .bat

    ReplyDelete