I have two folders in C:
drive.
I want to copy top 15 txt files from one folder to another folder. It is a daily repetitive task so I want to automate the process.
How can I copy those txt using batch script?
This is what I have but it does not work.
xcopy /s "C:\Documents" "C:\research"