I'm wondering if it's possible to copy only images files from a directory. For example, if source directory has:
a.jpg b.gif c.png d.txt
I want to copy only the images using one command, to get this in the destination directory:
a.jpg b.gif c.png
|
I'm wondering if it's possible to copy only images files from a directory. For example, if source directory has:
I want to copy only the images using one command, to get this in the destination directory:
| |||||
feedback
|
|
At command prompt:
In a .bat or .cmd script:
| |||
|
feedback
|