Tag: PowerShell

  • AutoIt PowerShell Logo

    AutoIt Cmdlets for Windows PowerShell

    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 usual PowerShell scripts. As an additional bonus, the AutoIt PowerShell Cmdlets and Assemblies…

    (Read more…)


  • Development

    Get the Current Script Directory in PowerShell, VBScript and Batch

    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 scripts to run from any location – such as a UNC path…

    (Read more…)