Also you can use wildcard masks for selecting specified files for copy. Next command will copy all .exe files starting with 'win' from c:\windows folder to root folder
C:\WINDOWS\>copy win*.exe c:\
Next example will copy all files with extension ending with some symbol and next two symbols are 'og' from c:\games to d:\backup.
C:\copy c:\games\*.?og d:\backup