RE: About copying file 04-09-2014, 02:58 AM
#3
(04-08-2014, 03:58 PM)chmod Wrote: This is fairly simple to do and could have been answered straight away with a simple google search:
Code:for /r %x in (*.txt) do copy "%x" D:\targetDir\ /Y
Tks for your reply. I've tried this code but nothing happen
. And I want to know where is "C:\...\" in the code
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)