Hi Arthur.
I do set up my (test) pc every day more then once

Since HE is portable and the tools i introduce are this too
it's only a matter how you set them up and where you store your tools.
- i have an second (and some more) partition on my pc's
- i store HE and all tools on such an other partition then C:\,.... so i can overwrite C;\ without loose my data, tools and documents
- i include this external tool by using relative paths, f.ex.
Tool-A\a.exe
HippoEDIT\Tools\Tool-B\b.exe
the path to a.exe would be ..\Tool-A\a.exe
the path to b.exe would be .\Tools\Tool-B\b.exe
Even paths like ..\..\..\Tool-C\c.exe is possible.
So i can simple copy all my tools to an other pc or partition or to an USB-Stick and don't have to take care about the drive letter.
-
And i mean Alex has implemented somewhat like %HippoEDIT-Folder% and %Drive where HippoEDIT is started from%
so you could use %HippoEDIT-Folder%\Tools\Tool-B\b.exe
and %Drive where HippoEDIT is startet from%\Tool-A\a.exe
-
There is right now no dedicated FAQ thread for relative paths (only mentioned in some posts) but i will made an HowTo soon.
Good idea, thank you.