Windows Terminal: Setting a background picture

In this post I will show you how you can add a background picture to Windows Terminal. Settings Open Settings either by the keyboard shortcut of CTRL + , or click the down arrow on the Windows Terminal tab bar. The settings, which is a JSON file will be displayed using the editor configured for […]

Naming Windows .bat files

Whilst setting up a Elixir development environment I ran into a interesting problem. I created a new .bat file in Windows 10 to start up Elixir’s Interactive Shell. The command I wanted to run was: iex –werl So I created a new Windows .bat file called iex.bat which contained this single command. Unfortunately when I double […]