Windows command for file size only? - Stack Overflow

Windows command for file size only? - Stack Overflow

瀏覽:1471
日期:2025-09-27
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"....看更多