Drive label

Hi !

Is there some way to show the drive labels so they are always visible? When I have disks with lots of folders/files with long names, I have to collapse the folder, and scroll sideways to see them in the tree lister..

I thought for sure Customize -> Toolbars -> Drives with Label State "on" would have showed the drive names on the Drives toolbar. But it only shows Drive letters.

The first post talks about the folder tree while the second talks about the Drives toolbar, so I'm not sure which you're asking about, but I'm guessing it's the Drives toolbar.

You can edit the command that generates the list of drives on the toolbar to make it include the labels.

Please link your account if you need us to give the exact command.

What I meant by the first post was that I had to collapse and scroll in the folder tree to see the drive names associated with drive letters.

Anyway, I have linked the account. Now what?

Thanks!

[ul][li]Use Settings -> Customize Toolbars to go into Customize mode.[/li]
[li]Right-click the placeholder button which is where the drives normally appear.[/li]
[li]It probably runs a command like this:

Go DRIVEBUTTONS

Add the labels or lettersbeforelabels (depending on which way around you want the letters and labels) paramter, like this:

Go DRIVEBUTTONS=lettersbeforelabels

If there is already another parameter, use a comma like this:

Go DRIVEBUTTONS=hideempty,lettersbeforelabels

[/li]
[li]Make sure the button's Label State is also on (as you've done already, from what you said above).[/li][/ul]

That worked. Thanks!