Simple script to find the size of the file.
SET FILELOC="FileLocation\fileName.txt"
for %%a in (%FILELOC%) do (
set length=%%~za
)
Simple script to find the size of the file.
SET FILELOC="FileLocation\fileName.txt"
for %%a in (%FILELOC%) do (
set length=%%~za
)