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?