Hi Nickodemus,

not sure if i realy understood your request.

Anyway:
You could create a powerpro-script which downloads the corresponding web-page 
to a file (using the program wget) and then reads the file with the file.plugin 
into a string and then extract the desired information with the regex-plugin 
(or the powerpro-buildin-regex) and then stores the information into a new or 
an existing file.

This script could be scheduled with powerpro whenever and however you want.

Best regards

p.s.
i do something similar for several month now with a powerpro script, which is 
scheduled by powerpro 10 minutes after powerpro starts. The purpose is to 
compare the localy installed version of programs with their current version 
mentioned on their home-pages:
- download each home-page into a file (wget)
- read the file into a string (file.plugin)
- extract the web-version (regex-plugin)
- compare with installed version (file.plugin)  

Reply via email to