I want my files to be copied in one folder, the files came from different folder but in the same location.
I run this code in CMD but it copies the folder into new directory.
xcopy "D:\NBS Contents\Latest Images\*.jpg" "D:\output" /s
The latest images folder has many folders containing images files. I want to combine them into one folder.
Comments
Post a Comment