Usage of relative paths in FC
Posted: 16.02.2015, 15:23
To explain the reason of my request, please allow me a short description of the following scenario.
Imagine I have my free software organized like that:
C:\whatever_path\myFreeSoftware\
C:\whatever_path\myFreeSoftware\FreeCommander\...
C:\whatever_path\myFreeSoftware\Notepad++\...
etc.
i.e. all my free software programs are under C:\whatever_path\myFreeSoftware\.
Now I would like to be able to copy the whole file system subtree starting at myFreeSoftware\ for example to the USB disk E:\myFreeSoftware, insert that USB disk into a different PC, launching FreeCommander from there, without changing any configuration and being able to use for example all the previously defined "Favorite tools" of FreeCommander. For that to work, what comes to my mind is to use in the "Favorite tools", in order to launch Notepad++ for example, a "Program" value string like
%FcSrcPath%\..\NotePad++\notepad++.exe
But that does not work (FC prints an error window).
Can you suggest an alternative way or could you please fix the bug (or if you prefer "improve" that feature)?
It is a matter of "expanding" at runtime " %FcSrcPath%\.." to the real path (in the example "E:\myFreeSoftware")
Best regards.
Imagine I have my free software organized like that:
C:\whatever_path\myFreeSoftware\
C:\whatever_path\myFreeSoftware\FreeCommander\...
C:\whatever_path\myFreeSoftware\Notepad++\...
etc.
i.e. all my free software programs are under C:\whatever_path\myFreeSoftware\.
Now I would like to be able to copy the whole file system subtree starting at myFreeSoftware\ for example to the USB disk E:\myFreeSoftware, insert that USB disk into a different PC, launching FreeCommander from there, without changing any configuration and being able to use for example all the previously defined "Favorite tools" of FreeCommander. For that to work, what comes to my mind is to use in the "Favorite tools", in order to launch Notepad++ for example, a "Program" value string like
%FcSrcPath%\..\NotePad++\notepad++.exe
But that does not work (FC prints an error window).
Can you suggest an alternative way or could you please fix the bug (or if you prefer "improve" that feature)?
It is a matter of "expanding" at runtime " %FcSrcPath%\.." to the real path (in the example "E:\myFreeSoftware")
Best regards.