rellapdrella

copy files list from a text file

Mar 8th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.05 KB | None | 0 0
  1. for /f %f in (diff_list.txt) do xcopy %f d:\tmp\dest\%f
Advertisement
Add Comment
Please, Sign In to add comment