Search found 1 match

by cmdman
18 Nov 2018 09:10
Forum: DOS Batch Forum
Topic: Need help in copying files with certain fixed characters at the end to another folder
Replies: 1
Views: 1793

Need help in copying files with certain fixed characters at the end to another folder

Hi,

I have few files ending with certain fixed character and need to copy those files to a different folder. I need help in writing a batch script for this.

Souce:
xxxabcd.xlsx
abc.pdf
hsakd.pdf
ty.xlsx
ertabcd.xlsx

So i need to copy the files ending with *abcd.xlsx in a different folder.

Thanks