I've been looking for a quick and easy way to verify if my site was up and if not to do something about it by running another batch file.
I found one or two "solutions", but none of them work and they all seem way too complicated batch scripts for such a seemingly simple task.
From what I see, either ping should be used, or alternatively installing wget or something similar would be required.
I actually managed to find a quick way to check this with node.js, but then was unable to find an easy way to run a batch file in case the website is down. So I think a pure batch solution is probably a better way to go...