Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Fixed dirs +n bug in 20.0.12 x64

Sep
45
1
17.0.77 works as expected:
Code:
[+++++c:\x\4]ver

TCC  17.00.77 x64   Windows 7 [Version 6.1.7601]

[+++++c:\x\4]*dirs
C:\X
C:\X\1
C:\X\2
C:\X\3
C:\X\4

[+++++c:\x\4]*dirs +2
C:\X\3
C:\X\4
C:\X
C:\X\1
C:\X\2

[+++++c:\x\4]
20.0.12 seems to do nothing:
Code:
[+++++c:\x\4]ver

TCC  20.00.12 x64   Windows 7 [Version 6.1.7601]

[+++++c:\x\4]*dirs
C:\X
C:\X\1
C:\X\2
C:\X\3
C:\X\4

[+++++c:\x\4]*dirs +2

[+++++c:\x\4]*dirs
C:\X
C:\X\1
C:\X\2
C:\X\3
C:\X\4

[+++++c:\x\4]
 
Thanks Rex.

I generally update every 2-3 versions and am still on 17. Planning on purchasing 20 when it's out, though I suppose I could update to 19 now and take advantage of the 90-day free update window.
 

Similar threads

Back
Top