Go Drivebuttons

I’m trying to use the Go DRIVEBUTTONS Command to show me the following.

All fixed drives apart from c,d,e & f
All removable drive apart from A (floppy disk)

This is the command I’m using.

Go DRIVEBUTTONS=fixed-cdef,removable-a,lettersbeforelabels,hideempty

It’s almost working perfectly apart from the fact it always shows the A drive. It seems to be ignoring the “-a” stuck at the end of removable. What am I doing wrong?

This should do it:

Go DRIVEBUTTONS=fixed,removable,-acdef,lettersbeforelabels,hideempty

Oh so you put all the letters together, no need to specify what type they represent. Well this seems to be working fine, thanks