@echo off

echo Please note that this script DOESNT check if the files are corrupted
echo setting dump file...
set out=0bytefiles.dmp
echo Searching...
(for /r Z:\xbins\ %%F in (*.*) do (if %%~zF LSS 1 echo %%F)) > %out%

echo done. Please check 0bytefiles.dmp for the corrupted downloads
echo Guess what? YOU'RE BANNED. jk -seppdroid

pause