Only copy files that are listed in a csv file.
I often deal with directories from which only specific files need to be copied. It would really help me in my use case when I could add files from a directory to the file list based on a csv-file with filenames.
If your csv file contains a single column with a file path, you can simply use this command:
TeraCopy.exe Copy "*C:\filelist.csv" "D:\Documents"