Is there a Windows command that will output the size in bytes of a specified file like this?
>filesize test.jpg
65212
I know that the dir command outputs this information, but it outputs other information also.
I could easily write such a program but I would prefer to use a native Windows command if possible, or only what is available in a fresh install of Windows XP.