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...