If you operate a website and want to see whether or not it is up. The easiest way to check is to open a command prompt and write ping bshootz.com. There is an easy way to launch a command prompt and have the command automatically executed with a program called autohotkey. To add the command to your .ahk script just add the following line.
^!p::
run cmd.exe /k ” ping bshootz.com ”
Obviously for this script to work you need to replace bshootz.com with your own website. To invoke the command just press control-alt p.
Popularity: 8% [?]