New Toolbar-Item -> TextField?

Hello,

my development-path is X:
I have the possibility to map different directories to this drive-letter by the dos subst-command.

Now I would like to have the information, which directory is currently mapped.

Therefore I do the mapping by batch and create a file with the directory-name in a folder called 'currentmapping'.

Furthermore I have created a new Toolbar-Button with the following code:

Go "C:\currentmapping" FOLDERCONTENT

Ok, the button now shows the currently mapped directory.
This button should only attend as an Information!
But if I click it by mistake, the Open-With-Dialogue appears.

Therefore it would be nice either to disable the button or to have an new non-clickable ToolBar-Item.

Any Ideas?

Hmm...

You could create a folder instead of a file, and change the button to this:

Go "C:\currentmapping" FOLDERCONTENT=showempty

The result will look similar but if you click the item by accident then it'll just navigate to that folder instead of showing the Open With dialog.

It's not optimal but I can live with it.

Thanks leo.