by Jonathan Bennett | Jul 12, 2015 (Updated Mar 6, 2018)
Overview The newest versions of the AutoIt scripting language now come with a bonus for PowerShell users. A set of native PowerShell Cmdlets! This allows you to add the unique features of AutoIt – window manipulation and keystroke simulation – to your...
by Jonathan Bennett | Oct 23, 2014 (Updated Jul 14, 2018)
Overview This post shows how to quickly get the current script directory using PowerShell, VBScript and Batch – the most commonly used scripting languages for Windows. The scripts I write usually read in other files or call other scripts. In order for these...
by Jonathan Bennett | Jan 7, 2014 (Updated Jan 28, 2018)
Overview A common request when creating automated desktop builds or custom maintenance tools is the ability detect if the main system drive is an SSD disk or not. This information can be used to configure a system in a particular way. For example, to run (or not run)...