The TCFILTER command seems not to work:
However, after clearing the filter, the display in the File Explorer still shows only the .BAK files.
One can effectively remove the filter by specifying "." or "*". However, the value of the variable "_tcfolder" still has a...
Read more
Code:
[TCC34.00.19 | C:\commands\bat]
>tcfilter *.bak
[TCC34.00.19 | C:\commands\bat]
>echo %_tcfilter
*.bak
[TCC34.00.19 | C:\commands\bat]
>tcfilter /c
[TCC34.00.19 | C:\commands\bat]
>echo %_tcfilter
ECHO is OFF
However, after clearing the filter, the display in the File Explorer still shows only the .BAK files.
One can effectively remove the filter by specifying "." or "*". However, the value of the variable "_tcfolder" still has a...
Read more