I have an existing houdini.envfile located at the documents/houdiniX.XXfolder in windows.
Inside it, I have a line like this: HOUDINI_PATH = "X:\tools\tools_A;&;" It works great whenever I run the default houdini.
But whenever I'm using a .batfile to run a custom houdini session, with a line like this: set HOUDINI_PATH=Y:\tools\tools_B;^&; The path from the .batfile is not getting appended. Only tools_A gets loaded.
Now if i comment out tools_A in the houdini.envfile.. tools_B does gets loaded from the .batfile.
How do I make it so that both tools_A and tools_B gets loaded?