How to move,delete,copy files matching a pattern windows command prompt

move Cam7*.jpg /Camera7

Quite simple the command says, move all jpg files beginning with Cam7 to the Camera7 directory. The same concept applies to copy and delete.

Hope this helps!
Cherio!