|
|
Browse by Tags
All Tags » Scripting games » TextScraping
-
To check the Scores in The Scripting Games 2007, I made the following script for the Advanced PowerShell Division :
( I did see also a version with Internet Explorer, on the NG and on a Blog )
[string]$url=''http://www.microsoft.com/technet/scriptcenter/funzone/games/games07/psascores.mspx''
$wc = new-Object ...
|
|
|