- Jul
- 447
- 6
These results are the same in both V22 & V23
V21 values are correct.
Didn't pick this up earlier since I hadn't used @filesize[] in any of my older batch files. 
Code:
v23.00.22_$ver
TCC 23.00.22 x64 Windows 10 [Version 10.0.17134.112]
v23.00.22_$echo %@filesize["d:\bat\Smalltest.txt",bc,a]
4,583
v23.00.22_$echo %@filesize["d:\bat\Smalltest.txt",bc]
4,583
v23.00.22_$*dir /Nfv d:\bat\SmallTest.txt
Directory of D:\bat\SmallTest.txt
7/21/2013 3:38 4,583 SmallTest.txt
4,583 bytes in 1 file and 0 dirs 8,192 bytes allocated
Code:
v21.01.63_$ver
TCC 21.01.63 x64 Windows 10 [Version 10.0.17134]
v21.01.63_$echo %@filesize["d:\bat\smalltest.txt",bc]
4,583
v21.01.63_$echo %@filesize["d:\bat\smalltest.txt",bc,a]
8,192
