|
Directions
This works (at-least in WinXP): cd root-folder-of-target for /d /r %f in (.\) do copy c:\drop.txt %f Notes: 1. You must change to the root of the target folder. For ex:, if you want to copy a file to C:\DOWNLOADS and all it's subfolders, first chdir to C:\DOWNLOADS 2. Substitute c:\drop.txt with the location and file-name of the actual file to be dropped in each folder. Let us know if this worked for you. |