I want to create a set of shortcuts that can be dynamically changed by making one change that will affect all of them.
This is for some testing where I frequently use one of 5 different web servers with mirrored files on them. I have shortcuts to the 3 urls that I want to access on web server 1. Now, say tomorrow I want to look at those same urls on web server 2.
How can I make one change that will affect all of the shortcuts? I tried to do it with local Environment Variables, but ie, not surprisingly, doesn’t translate them, but uses them literally, like http://%myWebServer%/directoryA/FileN.http
Any suggestions?