DIR /G gets it right (agrees with GetCompressedFileSize()).
@FILESIZE[file,b,a] gets it wrong.
@FILESIZE[file,b,a] gets it wrong.
Code:
v:\> d 0.btm
2018-03-26 21:45 11,591 0.btm
v:\> d /g 0.btm
2018-03-26 21:45 4,096 0.btm
v:\> echo %@filesize[0.btm,b]
11591
v:\> echo %@filesize[0.btm,b,a]
12288