I have hundreds of shortcuts to websites where the target looks like this:
C:\Users\Herb\AppData\Local\Google\Chrome\Application\chrome.exe www.somesite.com/foo
I just upgraded to Windows 8, and the Chrome executable is now stored in Program Files; so to get these shortcuts to work, I have to change them to this:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" www.somesite.com/foo
Is there any way I can automate this change? I'm a programmer but haven't done much with Windows scripting.

"http://www.somesite.com/foo"would work much better in the future. – Deanna Oct 29 '12 at 13:28*.urlfiles? – William Jackson Oct 29 '12 at 14:02