What are Coding Snacks?
Coding Snacks represent the best of DonationCoder.
On a special section of our forum, anyone can post an idea for a small custom utility/program.
Coders who hang out on our forum keep an eye out for interesting requests and when they see one that catches their interest, they code it and release it to the public for free.
People who find the tools useful are encouraged to donate directly to the coders to show their appreciation.
Forum Links:
Latest Forum Posts
May we recommend..
When I look back at the blog items I post linking to interesting developer essays and articles, many of them are originally from osnews.com. OSNews is a frequently updated blog that posts lots of small items every day. While nominally about operating systems, they really cover a much broader domain including websites and technology companies. They do an outstanding job of bringing early attention to interesting technology essays that I don't see mentioned elsewhere.
What are Coding Snacks?
Coding snacks are small custom utilities written by coders who hang out on DonationCoder in response to requests posted on our forum.
You are viewing a specific blog item. Click here to return to the main blog page.
File Propagator: File Search and ReplaceI am trying to find a program that allows me search for and replace files with a source file.
Example: I have a large directory structure that has numerous folders and subfolders. There are many scripts that execute from this structure, and some rely on psexec.exe. Since many people access this structure, a copy of psexec.exe is stored in each of the script directories instead of one central location. The problem comes in when I want to update psexec.exe to the newest version. Finding and replacing each old one with a new one is a tedious task. So, I would like a program that can search for every instance of a specific file name and replace it with a source file that I specify. Any help would be greatly appreciated. |
||


