How to Ping a Website with AutoHotKey

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% [?]

Posted in Vid A Day | Tagged , , , | Permalink

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>