This is more a less a note to myself to remember what the text file comparison tool that I use from time to time is called: WinMerge! It’s a nice Open Source Windows application where you can easily compare two or more text files to each other and make changes or copy from one file… Continue reading Compare and Merge Text Files
Tag: Windows tools
Automate update of web.config with Microsoft Powershell
I have an ASP.NET web site project that I use for 5-10 web sites. Each has its own directory, setup in IIS and MySQL database, ie they work as independent web sites, only the code base is the same. For updates I have a setup with one Windows command file to copy out any file… Continue reading Automate update of web.config with Microsoft Powershell
Search for text in multiple files
AstroGrep is a great free and open source tool for searching for a text string in multiple files. It is a single exe file, no installation needed. Requires .NET framework. (I’m not involved in this tool in anyway, just came across it and thought I’d share/keep for future reference)