Simple script to find the size of the file.

SET FILELOC="FileLocation\fileName.txt"

for %%a in (%FILELOC%) do (
set length=%%~za
)

Categorized in:

Batch,

Last Update: May 18, 2024