Run Visual Studio solution and IIS from a script

Where I work we use Visual Studio as IDE to run our main app that compile the Visual Studio solution .sln and the IIS Sever. Since I never liked Visual Studio as it's an heavy and bloated IDE, with many things that I will never use, I wanted to to…

Automation using AHK

Disclaimer: Most of the scripts I am presenting in this post is a collection that I made searching the web. AutoHotkey (AHK) is a scripting language that allow us to automate our daily tasks, create macros and much more. The benefits of automation in a computing world is such a…