When executing a shortcut (ex: "cmd.exe") the
environment variables are 'stale' from when the ObjectDock was originally launched.
As a Java developer, I'm periodically adjusting/adding System-wide environment variables,
and need them to propogate down to launched shortcut from ObjectDock(+).
How To Reproduce:
1) Create shortcut to "cmd.exe" in ObjectDock
2) run shortcut... review environment variables (via 'set' cmd).
3) modify/create a system(or user specific) environment variable via 'Properties of MyComputer'
4) run shortcut... review environment variables (via 'set' cmd) that should be modified/added and are not.
-- cannonfodder --