Good day

I'm new to batch programming.

I need a batch script that will search for a specific list of file names
in a folder and all its sub folders and if found then copy it to some
other folder
For Example: I have root directory in that i have lots of sub folders
which contain lots of files.However i do not need all files so i need to
search for a specific files named like
"login.java"
"register.js"
"list.xls"
"authenticate.bteq"
remember the extensions for files are different.so i need a
batch script which can automatically do the work.
The file names can be inputted from a textfile and then search
in a folder and all its subfolders,if found the file then copy it to
some new folder.
any alternative suggestion is also appreciated.
please help...
