4wd's Batch Shortcut Modifier, BSM, just finished adjusting nearly 700,000 shortcuts in a large directory tree -- all without hitch.
Thanks so much, 4wd, for some really helpful software!-nkormanik
Good to know at least one of my programs works

- Progress indicator while Testing -- I wasn't sure anything was happening, so stopped BSM via Task Manager.
Unfortunately, when it's sitting there looking like it's not doing anything, it's actually recursing through the folders looking for shortcuts, _all_ shortcuts, not just the first 20 for the test output.
Because the collecting of shortcuts is performed by an external function written by somoeone else, I'd need to rewrite parts of it to enable some form of indicator/interrupt, something I don't normally like doing because the functions were written by people with far more knowledge in AutoIt than me.
The time between the completion of shortcut collection and displaying the test output is less than a second - that bit is outside the above function and that's when the progressbar kicks in, 0->20 in less than a second. I could change the Go->Stop->Go in that period but the change is almost instant - you don't have time to press Stop.
-- Remember preferred size/layout of Test window (BSM.ini file entry?)
That I can do, requires using another external function but seems easy enough.
-- Remember state of check boxes, such as Recurse on (BSM.ini file entry?)
-- Change Go ---> Stop, once process is underway.
-- Change notice when hovering over Go to "Starts Shortcut Modification"
They're easy.
As I suggested in the TCBOO thread, could you use skwire's
ZeroZipper to zip up the tree with all the shortcuts and the tree with all the images, then just attach the archives in a PM - they should only be a few MB in size, then I'll have something to test against.