Backpackdigi Invasion Tonal
| No items matching your keywords were found. |
Backpackdigi Invasion Tonal
How to automatically get informed when a keyword appears on a webpage?
I am looking for a commercial or free software application that automatically checks a wepage every X minutes and informes me when a specific "keyword" appears on it.
I've spend quite some time searching google to no avail and would be more than grateful if anyone could help.
John
hmmm I don't know about a windows program to do this, but if you were in unix land you could have a script to say
wget http://
if [ $? == 0 ] ; then
and then set the script to run every so often via crontab.
But again, no idea what to do under windows.