- Nov
- 257
- 3
I'm seeing a change in behaviour of pdir from v16 to v23: It seems that "pdir /s w:\directory" no longer returns any content from subdirectories, whereas if I omit w:\directory and let it act on the current directory then it does return content from subdirectories.
TCC 16.03.55 x64 Windows Server 2012R2 [Version 6.3.9600]
TCC 23.00.24 x64 Windows Server 2012R2 [Version 6.3.9600]
Is this an intentional change or a bug?
TCC 16.03.55 x64 Windows Server 2012R2 [Version 6.3.9600]
Code:
[W:\Software]pdir /s W:\Software | find ":" /c
10766
TCC 23.00.24 x64 Windows Server 2012R2 [Version 6.3.9600]
Code:
[W:\Software]pdir /s W:\Software | find ":" /c
103
[W:\Software]pdir /s | find ":" /c
10766
Is this an intentional change or a bug?