How do I copy one file to a folder and all its subfolders in Windows 7?
For example:
file.txt
will be copied to
folder/file.txt
folder/sub1/file.txt
folder/sub2/file.txt
|
How do I copy one file to a folder and all its subfolders in Windows 7? For example:
will be copied to
| ||||
|
feedback
|
|
This example, the directory c:\prc\a\fa has a file called file1, and subdirectories a,b,c,d The line that says for /f ......... will do it if you remove the word echo
This FOR would also do it
just remove the echo there may be a better way than putting . in there but it works fine
| |||||||||||
feedback
|