Wish You have a batch file script that can copy a file to all subdirectories in a folder so, your search ends here i am providing you the script
-------------------------------------------------------------------------------------------------------------------------- .
for /r "%CD%" %%f in (.) do (
copy "me.jpg" "%%~ff" > nul )
-- -----------------------------------------------------------------------------------------------------------------------
Just copy the source code in notepad and save the file as copier.bat remember the file extension must be .bat now copy that me.jpg(you can modify the file name and its extension) and that batch file into the folder in which all subdirectories you wish to copy the script and run the batch file you got it!!!!!!
Don't forget to like and comment if you have any question i hope you enjoy scripting keep visiting the blog..
No comments:
Post a Comment