hello everybody,
i found out how to do it
for /r f:\parent_folder %%a in (.) do copy f:\parent_folder\log.txt "%%a"
Search found 2 matches
- 31 Oct 2009 12:17
- Forum: DOS Batch Forum
- Topic: copying into multiple folders
- Replies: 1
- Views: 3234
- 31 Oct 2009 10:19
- Forum: DOS Batch Forum
- Topic: copying into multiple folders
- Replies: 1
- Views: 3234
copying into multiple folders
how to copy a file into all the subfolders of a parent folder using batch file?