Hey all just a quick question Is there a way to wildcard a download link e.g. thats the link but it changes constanly as they update so if i specify it in my script as soon as they change revision it wont download The code i use is $URL = "http://download.avgfree.com/filedir/inst/avg_free_x86_all_2011_1120a3152.exe" $file = @ScriptDir & "\file_includes\install\install_avg_32.exe" InetGet($URL , $file, 1, 0) As you can see it has changed since my origanl script I have tried A