help_questions
Board Regular
- Joined
- Aug 22, 2005
- Messages
- 215
Here is a rundown of what I want to do....
1) In excel files names Files.xls (stored in C, I will have a list of mp3 format files going down column A. It could be one, two, ten however many files. I will input my mp3 file names manually in excel, close and save the xls document.
2)Then I need a batch file that will look into column A of the above excel document, find the mp3 files, copy them and paste them.
I will want to input the path(either in excel file before save and close, or (preferably, via input box) to be searched.
I want the files copied to C:\Files
I am stuck with this one.
1) In excel files names Files.xls (stored in C, I will have a list of mp3 format files going down column A. It could be one, two, ten however many files. I will input my mp3 file names manually in excel, close and save the xls document.
2)Then I need a batch file that will look into column A of the above excel document, find the mp3 files, copy them and paste them.
I will want to input the path(either in excel file before save and close, or (preferably, via input box) to be searched.
I want the files copied to C:\Files
I am stuck with this one.