2007-08-09

Getting the file length in the Windows XP/W2K batch-file

for %%I in (c:\autoexec.bat) do set SZ=%%~zI

echo %SZ%

No comments: