by David | Nov 7, 2018 | Automation, Tools
Today I will show how I went about automating google translate to speed up the translation of a large set of terms I needed for one of my apps, TravelRates. The actual translation is very simple, however, since it is based on the paid version of...
by David | Aug 16, 2014 | Automation, Environment
I got it into my head earlier this evening that maybe I couldn’t reach my files that should be registered in the PATH variable because it had been truncated, after all when I ran ECHO %PATH% I did get a truncated text. However that is probably just due to the...
by David | Jul 16, 2014 | Automation, COM, Debugging, Development
I love the way COM interfacing enables you to do awesome scripted things but sometimes (more often than not) it brings me just a little closer to madness. Primarily I’ve been having huge problems getting things to marshal properly from vbs (visual basic...