Alax.Info Replace in Files 1.1

Replace in Files is updated to keep up with the time as well as implement a feature that appeared to be convenient.

What’s new in this build?

  • Migration to Visual Studio .NET 2005 compiler, which is pretty cool itself since the compiler better optimizes the code, and in addition the binary is self sufficient and independent on C++ runtime which results in lighter distributable
  • Switch to Unicode version of runtime, all internal processing is Unicode and thus international characters are processed in a reliable fashion
  • Full support for Ignore Case, Mutiline, Global Match and Regular Expression features; all four might be used in any combination, all are supported
  • Fixed minor bugs
  • Removed trial version string insertion, this build is completely unlocked

Miscellaneous

Some time ago I noticed a discussion on a blog about a tool to perform automated regular expression based replace with files in Unicode format. It is possible with this utility Alax.Info Replace In Files used together with Scripting.FileSystemObject’s TextStream (see OpenAsTextStream) under JScript scripting host. Have fun!

Continue reading →

UPnP Scanner

Universal Plug and Play framework offers capabilities to discover and control various network devices. Microsoft Windows operating systems (Windows Millenium Edition, Windows XP, Windows Vista) offer UPnP APIs: Control Point API and Device Host API. These are useful to communicate to network appliances. The UPnP Scanner utility scans for available devices and show device details as advertised via UPnP framework. The utility shows the scanning details and you can also use Submit button to post details to me so that I could populate device database. At the moment I am primarily interested in network cameras, if you own a network (IP) camera or a similar UPnP-compatible device PLEASE post me device details using Submit button. Continue reading →