This is just a follow on from my previous post. I was in the middle of my post while I was testing on multiple platforms and I was thinking to myself that I needed a simple Batch File that could set the whole environment up with just a single execution? Could this be done? The answer appears to be yes! The full script can be downloaded from here including the unzip app.

During the setup, of my PHP environment in Windows, I noticed that there was a useful little app called ‘unzip.exe‘ hidden nicely within the binary-tools package from PHP.net. After having a little mess with it I decided to include it in this Batch File as it helps to make this a much simpler process ;)
Read more