Copy images using a single dos command
- by Haroon
Hi guys,
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 image (using one command), to get this in the destination directory:
a.jpg b.gif c.png