W
Wayne
I have a need to find all files in a directory where the file name is 11
chars, and the extension is 3 chars ending with an M. I have tried the
following:
dir ???????????.??M /s
Also have tried going from the opposite way, finding all 8.3 files and then
just subtracting from the total count, like so:
dir ????????.??M /s
However it appears that the wild cards operate on the 8.3 formats of the
files as well, so both options return me ALL the files in the directory.
Installing something on the machine or changing the registry is out.
Anyone know of a way to get all the files I need using DIR?
chars, and the extension is 3 chars ending with an M. I have tried the
following:
dir ???????????.??M /s
Also have tried going from the opposite way, finding all 8.3 files and then
just subtracting from the total count, like so:
dir ????????.??M /s
However it appears that the wild cards operate on the 8.3 formats of the
files as well, so both options return me ALL the files in the directory.
Installing something on the machine or changing the registry is out.
Anyone know of a way to get all the files I need using DIR?