Page 1 of 1
copying into multiple folders
Posted: 31 Oct 2009 10:19
by sanket_vc
how to copy a file into all the subfolders of a parent folder using batch file?
Posted: 31 Oct 2009 12:17
by sanket_vc
hello everybody,
i found out how to do it
for /r f:\parent_folder %%a in (.) do copy f:\parent_folder\log.txt "%%a"