Windows command for file size only? - Stack Overflow
Is there a Windows command that will output the size in bytes of a specified file like this? ... @echo off set size=0 call :filesize "C:\backup\20120714-0035\error.log" echo file size is %size% ... forfiles /p C:\Temp /m file1.txt /c "cmd /c echo @fsize".
stackoverflow.com |