Search found 2 matches

by dc1743
21 Jun 2010 23:04
Forum: DOS Batch Forum
Topic: For Loop Using Text File As Input Problem
Replies: 2
Views: 4271

Re: For Loop Using Text File As Input Problem

Thank you for your reply. At first the command didn't work but your comment about SingleFilesList.txt caused me to look at the file in a hex editor. For some reason a single FF character preceded the first T. Deleting this character solved it. Your command for /f "usebackq delims=" %a in (...
by dc1743
21 Jun 2010 04:35
Forum: DOS Batch Forum
Topic: For Loop Using Text File As Input Problem
Replies: 2
Views: 4271

For Loop Using Text File As Input Problem

I have a text file (SingleFilesList.txt) listing a series of files including their path in the form T:\A test directory\3\E\0\123456789.jpg T:\A test directory\3\F\5\123456790.jpg T:\A test directory\F\1\2\123456789.jpg I would like to copy all the files listed into one folder. I have used at the DO...