I'm trying to add another filter to the drive detection to ignore certain drives.
I'd like to do it by creating a macro on the host called {$IGNOREDRIVES} and then the value to something like D to ignore D: or DE to ignore drives D & E.
I've tried adding this to the filter list, using a custom reg ex but it doesn't seem to work
the reg expression is ^{$IGNOREDRIVES}$ and the result is set to false. i.e. if it's not found then it's ok.
Are we allowed to use MACROS in this way? I'm on 2.4.5
I'd like to do it by creating a macro on the host called {$IGNOREDRIVES} and then the value to something like D to ignore D: or DE to ignore drives D & E.
I've tried adding this to the filter list, using a custom reg ex but it doesn't seem to work
the reg expression is ^{$IGNOREDRIVES}$ and the result is set to false. i.e. if it's not found then it's ok.
Are we allowed to use MACROS in this way? I'm on 2.4.5
Comment