Axel James
New member
- Local time
- 9:23 PM
- Messages
- 1
My Computer
- Computer type
- PC/Desktop
- Computer Manufacturer/Model Number
- Dell
- OS
- Windows 7 Enterprise x32
A little bit late for reply, but here you are.This is so awesome, thank you. Any way, however, to edit the script to search within the sub-directories in that folder for the contents in the list.txt?
Version with the search in subfolders.
same problem with me..i try this but some not wrk cmd FILE NOT FOUND:sarc::sarc: , what is the problem. How to fix - rply_[REMOVED]
That is an easy task for a batch file, if your list of 1000 files names can be saved in a txt file with every file name on separate line. Something like this:Then save this list to txt file; rename it to list.txt and put in your folder of 5000 files.Code:Report_23.docx Presentation45.ppt Diagram_67.xls
Download and extract a script in attachment. Start that script "ZZZZ_script.bat" AS ADMINISTRATOR , in the same folder of 5000 files. It will open your list.txt file(which should be there already) and will start searching for files and making copies to C:\your_files folder, which is predefined in that script.
That is an easy task for a batch file, if your list of 1000 files names can be saved in a txt file with every file name on separate line. Something like this:Then save this list to txt file; rename it to list.txt and put in your folder of 5000 files.Code:Report_23.docx Presentation45.ppt Diagram_67.xls
Download and extract a script in attachment. Start that script "ZZZZ_script.bat" AS ADMINISTRATOR , in the same folder of 5000 files. It will open your list.txt file(which should be there already) and will start searching for files and making copies to C:\your_files folder, which is predefined in that script.