Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

FFIND and size ranges

May
12,846
164
Code:
v:\> ffind /s /[s4096,4096] d:\*.dll

      0 files

v:\> dir /b /s /[s4096,4096] d:\*.dll
D:\PMail\Programs\xclose32.dll
 
> Code:
> ---------
> v:\> ffind /s /[s4096,4096] d:\*.dll
>
> 0 files
>
> v:\> dir /b /s /[s4096,4096] d:\*.dll
> D:\PMail\Programs\xclose32.dll

The problem isn't specifically with ranges, it's with ranges + /S. (The
compiler was getting excessively clever again with the optimizations.)

It's been fixed in 12.11.74, which will be uploaded on Monday.

Rex Conn
JP Software
 

Similar threads

Back
Top