Your script has a single flaw (which it showed at least at my system)
In line 343 the regularexpression does not match if remove a superflus questionmark.
342 :: OUTPUT PACKAGE INFORMATION TO getgnuwin32.tmp
343 bin\sed -T -n "s/.*http:\/\/downloads.sourceforge.net\/gnuwin32\/\(.*-\(bin\|doc\|lib\|dep\)\.zip\)?.*$/\1/p" normal.tmp >getgnuwin32.tmp
I had to remove the...
2009-06-04 13:23:56 UTC in Automated gnuwin32 download tool