L lind New Member May 26, 2017 #1 Hai, if I have a folder with like 50 different images, and I want all the images to be the same, but not change name, how do I do that?
Hai, if I have a folder with like 50 different images, and I want all the images to be the same, but not change name, how do I do that?
Agent Smith Well-Known Member May 26, 2017 #2 I don't understand. You want to have 50 images that are all the same image of something, but each image has a different name?
I don't understand. You want to have 50 images that are all the same image of something, but each image has a different name?
Cromewell Administrator Staff member May 26, 2017 #3 Although the question makes no sense, I think something like this. mkdir ..\Backups robocopy . ..\Backups for /r %%i in (*) do (copy c:\path\to\source_file.jpg %%i)
Although the question makes no sense, I think something like this. mkdir ..\Backups robocopy . ..\Backups for /r %%i in (*) do (copy c:\path\to\source_file.jpg %%i)