ファイルの内容をチェックするバッチファイルが必要filesize
です。
それよりも大きい場合は%somany% kbytes,
、GOTO で別の場所にリダイレクトする必要があります。
例:
[check for filesize]
IF %file% [filesize thing Bigger than] GOTO No
echo Great! Your filesize is smaller than %somany% kbytes.
pause
exit
:no
echo Um... You have a big filesize.
pause
exit