This is what I have so far ... which lists file size then the file w/directory but I'm unsure how to restrict output by the file size.
Code: Select all
@echo off
set topnode=C:\
set maxsize = 10000
pushd %topnode%
for /R "%topnode%" %%a in (*.*) do echo %%~zfa
popd
which gives me results that look like this .. which is a good start
----------------------------------------------
18160 C:\Program Files\7-Zip\Lang\ba.txt
18850 C:\Program Files\7-Zip\Lang\be.txt
20580 C:\Program Files\7-Zip\Lang\bg.txt
23005 C:\Program Files\7-Zip\Lang\bn.txt
10645 C:\Program Files\7-Zip\Lang\br.txt
13798 C:\Program Files\7-Zip\Lang\ca.txt