Worked perfectly
Thanks very much for your help.
Search found 3 matches
- 28 Nov 2014 00:53
- Forum: DOS Batch Forum
- Topic: Recursive copy from text list
- Replies: 4
- Views: 1923
- 27 Nov 2014 15:00
- Forum: DOS Batch Forum
- Topic: Recursive copy from text list
- Replies: 4
- Views: 1923
Re: Recursive copy from text list
foxidrive wrote:You want to copy files that are in a text file?
What does your text file look like?
it just contains file names, not paths
filename.mp4
filename2.mp4
etc
- 27 Nov 2014 09:48
- Forum: DOS Batch Forum
- Topic: Recursive copy from text list
- Replies: 4
- Views: 1923
Recursive copy from text list
Hi, Looking to batch copy a list of files from a text list, recursively through all sub-directories please. I have a working batch for a single directory - just need the recursive added, if possible. @echo off set Source=D:\mydirectory\myfiles set Target=D:\tmp set FileList=C:\Users\Administrator\De...