If you have a text file which contains list of file's path separated by new line(please check the sample.txt) then by using this script you can copy files in another targeted directory. It can handle thousands of file to copy from one directory to another directory.
It works both in windows, mac and linux.
Command Line:
First clone this repo in your pc then cd to project folder then run the below command.
python main.py <txt file path> <destination path>