After much R&D I got to the following command:
FOR /F "usebackq delims==" %i in (`dir /b for.txt`) do %~zi
The last part after do can be replaced by SET %~zI = %size etc.. to use this in the batch files.
The delimitter is backq, i.e. ` and not '
OLD is the new NEW!!
No comments:
Post a Comment