FSIZE.EXE

This program will check a file against a given file size (in bytes) and
will issue both on-screen message and DOS Errorlevel indicating the result.

The Command Line Syntax is FSIZE FileName SizeToCheck where:

. FileName is the name of the file to check - if not in the current
  directory, must be fully qualified.

. SizeToCheck is the size (in bytes) to check against.

The DOS Errorlevels returned by the program are:
ErrorLevel = 5 - Parameters are not correct
ErrorLevel = 4 - Invalid File Name Given
ErrorLevel = 2 - File is bigger than SizeToCheck
ErrorLevel = 1 - File is smaller than SizeToCheck
ErrorLevel = 0 - just right!  (eat your heart out, Goldilocks)

There are other File Size checkers about but they fall over when checking
network files when they are open. Because this utility does not try to open
the file, it doesn't have this problem.

FSIZE is free, but you can only use it on the condition that you promise to
be courteous to cyclists when you are out on the road driving your petrol-
guzzler.

Enjoy!