lets say i have a dir C:\Project\File\ this directory contains folder1,folder2,folder3 and so on. folder1, folder2 and folder3 have files with extension .txt now i want to copy all the .txt file from all the folder to a folder test in path C:\Users\Use\Desktop\Test
How to do this using batch scripting or using linux command.