我想有一个批处理文件,检查什么是 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