Archive: December 2006

Mindless, illogical bureaucracy

December 7, 2006 by Marcus Tettmar in General

My sister and her partner are emigrating to New Zealand. Her partner went out there a few weeks ago. In order to ensure his legal and financial affairs could be easily dealt with he gave his mother power of attorney. So he gets to New Zealand and opens a bank account, then asks his mother […]

Read more »

Web Automation in Vista

December 5, 2006 by Marcus Tettmar in Announcements, Automation, Scripting, Vista

To run WebRecorder, or VBScript macros which automate Internet Explorer in Vista (IE7), you will first need to disable “Protected Mode”. Consider this simple VBScript code: Dim IE Set IE = CreateObject(“InternetExplorer.Application”) IE.Visible=1 IE.Navigate “http://www.mjtnet.com” In IE6 and in IE7 under XP this code would create a new IE instance and then navigate it to […]

Read more »

Running Legacy Apps Under Vista

December 4, 2006 by Marcus Tettmar in Vista

If you’re thinking about upgrading to Vista and want to know if your favourite apps will run, here’s a very simple test to try first. In XP create a standard, restricted user account. Now try and run your apps. If they fail to run, or pop up access denied errors when trying to save data […]

Read more »

Free Copies of Vista and Office 2007!

November 28, 2006 by Marcus Tettmar in Vista

But only if you’re in the USA. If you are, you might want to check this out: http://www.powertogether.com/. According to this you just have to watch three webcasts on each product within 30 days of registering and Microsoft will send you Vista Business and Office 2007 Pro, for free!

Read more »

Running Vista

November 25, 2006 by Marcus Tettmar in General, Vista

So I downloaded the final version of Vista last week and I’m now running Vista as my main environment. Am I mad? Let’s see how it goes. Lots of my favourite apps need to be run as admin because they write to the programs folder, or HKLM. For years, developers have made the bad habit […]

Read more »

MD5/SHA1 Hash DLL

November 20, 2006 by Marcus Tettmar in Announcements

I’ve just uploaded a new Macro Scheduler MD5/SHA1 hash library to the libraries and plugins page. If you ever wanted a macro to verify the MD5 or SHA1 checksum of files, or need to hash strings, you can now use this DLL. Download it here.

Read more »

Sorting Bubbles

November 16, 2006 by Marcus Tettmar in Scripting

I’ve just posted a tip to Scripts ‘n Tips showing a simple Bubble Sort subroutine. The example sorts a list of files returned by the GetFileList function. I hope it’s useful. Here it is.

Read more »

Success Story – Advent Capital Management

November 13, 2006 by Marcus Tettmar in Success Stories

By Ashley Henry. My name is Ashley Henry; I’m a Network Admin at Advent Capital Management, which is a hedge fund managing billions of dollars. We deal nationally as well as internationally. There are several reports and processes that need to run several times per day; most of which require several redundant manual inputs. There’s […]

Read more »