Thank you both of you. Works like a charm.
Happy Holidays and Best Wishes!
Search found 6 matches
- 22 Dec 2012 13:23
- Forum: DOS Batch Forum
- Topic: finding a text file and replacing it
- Replies: 11
- Views: 8488
- 22 Dec 2012 02:48
- Forum: DOS Batch Forum
- Topic: finding a text file and replacing it
- Replies: 11
- Views: 8488
Re: finding a text file and replacing it
Hi DigitalShadow and foxidrive. Thanks for the effort to try to help me. I appreciate it! I've made a batch file with the first code and ran it - it made a file named "Output.txt", but it was empty - and the cmd window showed "No files found" which is impossible because I have at...
- 21 Dec 2012 08:25
- Forum: DOS Batch Forum
- Topic: finding a text file and replacing it
- Replies: 11
- Views: 8488
Re: finding a text file and replacing it
Ok. What I want the batch file to do is : 1. Search for the files on the current HDD. 2. Make a list of the locations of those files - doesn't matter where the list is saved (c:\list.txt, d:\1.txt... doesnt matter). 3. Delete the files from those locations. 4. Copy/paste my version (3 + 4 = replacin...
- 21 Dec 2012 08:05
- Forum: DOS Batch Forum
- Topic: finding a text file and replacing it
- Replies: 11
- Views: 8488
Re: finding a text file and replacing it
I was hoping the batch file to scan the partions one time and then to make the list.
- 21 Dec 2012 07:24
- Forum: DOS Batch Forum
- Topic: finding a text file and replacing it
- Replies: 11
- Views: 8488
Re: finding a text file and replacing it
Hi foxydrive, thanks for trying to help me. But this is the main problem - I don't know the exact location of the files e.g which partion, folders...
- 21 Dec 2012 04:56
- Forum: DOS Batch Forum
- Topic: finding a text file and replacing it
- Replies: 11
- Views: 8488
finding a text file and replacing it
Hi guys, I've been trying to make a batch file which searches for 2 files (gamemenu.res & browse.vdf) and then replace them with my own version of the files, but since searching the whole system every time will be eating too much resources, it thought it would be better to make a list of the loc...