Win

Win: Check ‘bitness’ of a binary

Written by  on July 8, 2015

Invoke

The value for “machine” will determine the bitness:  14C stands for x86; 8664 for x64.

Left-click multiplier (or: ‘avoid carpal tunnel syndrome’)

Written by  on January 13, 2015

A small helper-script to prevent fatigue. The task itself could not be automated, but the amount of emitted clicks could be.
So here is a small AutoIt to trigger the needed clicks at the current mouse-position.
Some “exit the script”-sugar could be added, but I did not do.