All Tags »
PowerShell »
TextScraping »
Scripting games
Sorry, but there are no more tags available to filter with.
-
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 ...