I have defined a fairly lengthy environment variable containing several binary folders, say %myBinaries%.
I'd like to append this to Windows' default path. However, in the GUI, setting:
path=%path%;%myBinaries%
leaves the last variable unexpanded, as 'set' in cmd.exe will show.
What is the preferred way of reliably resolving environment variables? I'd really like to avoid hardcoding the additional folder locations, for they might change.