I just opened a command prompt and did a:
DIR *759*
To my surprised, it did not return files containing 759 in the name.
Here are the results:
56CheckRegister_0710.RTF
c5e64017_2007-09-30.pgp
C5X87050_200601.PRT
c5e64017_2008-09-30.pgp
K6CheckRegister_0110.RTF
K6CheckRegister_0910.RTF
K7CheckRegister_1108.RTF
K7CheckSummary_1299.RTF
Should this DIR work?
I could have sworn it worked before but I have not done this since upgrading to Windows 7.
Is this a Windows 7 issue?
Edited: Dwidle was correct. It is picking up the DOS 8.3 Name. Using the DIR /x returned the short name in the first column.
561759~1.RTF 56CheckRegister_0710.RTF
C52759~1.PGP c5e64017_2007-09-30.pgp
C54759~1.PRT C5X87050_200601.PRT
C5A759~1.PGP c5e64017_2008-09-30.pgp
c5p75922.prt
c5p75978.prt
K63759~1.RTF K6CheckRegister_0110.RTF
K64759~1.RTF K6CheckRegister_0910.RTF
K75759~1.RTF K7CheckRegister_1108.RTF
K7C759~1.RTF K7CheckSummary_1299.RTF`
561759~1.RTF 56CheckRegister_0710.RTF
It's finding the short name, the old dos 8.3 name that's generated from the long name. use the /x switch to see the short name as well and I bet they will have 759.
This will get files with 759 in the long name.