I'm using TCC/LE x64 13.06.
When I run the following command in a normal cmd.exe window, I get a list of just the paths that end with a directory called ".hg":
dir /s /b /a:d .hg
When I run it on TCC/LE however, I get a list of all additional subdirectories within the .hg directories too. Is this a known incompatibility? Is there a command I can use that gives me the same output as cmd.exe does (i.e. without the additional subdirectories), and is compatible with both shells?
When I run the following command in a normal cmd.exe window, I get a list of just the paths that end with a directory called ".hg":
dir /s /b /a:d .hg
When I run it on TCC/LE however, I get a list of all additional subdirectories within the .hg directories too. Is this a known incompatibility? Is there a command I can use that gives me the same output as cmd.exe does (i.e. without the additional subdirectories), and is compatible with both shells?