I have wrote a few simple xcopy batch files and they work nicely.
I am wondering if it is possible to search a folder which contains thousands of files knowing only a partial bit of the file name and if found copy these files to another folder.
The file names start like this: 130515 this is the start of the file name and represents the year month and date the file was created.
The files are .mp4 files and are approximately 10 numbers in length and end with a number from 1 to 9.
Is it possible to create a batch file to search based on the first first 6 numbers of the file name and the last number of the file name and then copy all files that match to a specified folder.
Sample file name 1305120315641.mp4
Thanking You in advance
Alan
