Synchronize files in a list

As I couldn't do this, maybe some more experienced user of DOpus could help:

I would like to "synchronize" (one way only) my hard disk to my portable device. But, considering that the memory of the device is so limited compared to the HD, I can't copy everything.

So, I already have a text file containing the paths of the files I need to copy. Is it possible to create a button that will take every file in this list and copy it to the portable device?

P.S.: I looked for inspiration into this, but didn't find anything to help with this problem.
resource.dopus.com/viewtopic.php?t=6758
[Selection from text file!)

[quote="mark_d"]So, I already have a text file containing the paths of the files I need to copy. Is it possible to create a button that will take every file in this list and copy it to the portable device?
[/quote]

You can make a button like in this example:

copy "X:\Path1\Item01.xyz" to "Y:\destination"
copy "X:\Path2\Item02.zxy" to "Y:\destination"
copy "X:\Path3\Item03.bla" to "Y:\destination"

Nope, abr, you are suggesting to create a static button.
The button should look for the files that are in the list. Obviously, the list may change between two runs.