TierMann's Script
This script simply parses the unitinfo.txt and client.cfg
files in the given FAHInstallPath and returns values instead of
giving you the entire line. I just needed a quick way to pull the progress
to a samurize progress bar instead of reading the whole asci bar from the file.
Remember that there is no trailing slash for FAHInstallPath. It gets added here allready.
You shouldn't need to set "Run every X min" less than 3. only saves at a minimal of 3 mins anyway.
Also, if it returns "--", then that means the file wasn't found. Recheck your path.
I used "--" instead of an error message for when my networked box is offline.
I provide no support for this, as it was just a quick script I threw together.
I posted it so others can benefit from it. So if it works for you, enjoy

Side Notes:
PageScraper works nicely for pulling your/your teams overall scores from the website so that's something to look into in addition to this script if you want.
--------
Update 8-27-09:
-getTotalUnitCount now shows "--" if no units have been completed yet.
-Added getUnitTag to show the "tag" instead of "name" of the unit. Useful for GPU clients or anyone who prefers the tag instead of the name.
--------
Please comment for additions/requests incase I update this some day.