3 | | PS: I thought about such a syntax: /fat:cdx-w, so that c:, d: and x: are enabled, but x: is disabled, but I am not sure how to process such command line. This may require an additional "disable" bitmask, probably. Need to think about that again. Maybe, "disable" and "enable" bitmasks should be mutually exclusive. So that, only "enable" or only "disable" masks should be specified. A "disable" mask should be prepended with a minus sign, like this: /fat:-dx, which means, disable d: and x: and enable all other drives. |
| 3 | PS: I thought about such a syntax: /fat:cdx-w, so that c:, d: and w: are enabled, but x: is disabled, but I am not sure how to process such command line. This may require an additional "disable" bitmask, probably. Need to think about that again. Maybe, "disable" and "enable" bitmasks should be mutually exclusive. So that, only "enable" or only "disable" masks should be specified. A "disable" mask should be prepended with a minus sign, like this: /fat:-dx, which means, disable d: and x: and enable all other drives. |