How can this be explained (in a BTM file):
dir *^%*
for %i in (*^%*) do echo %i
The result is (there's only one file - the one listed below - in the working directory):
28.03.2012 10:52 0 àsdf (%23%39).pdf
I would have expected the same file showing up twice.
If it's "WAD", how would I accomplish enumerating all files in the current directory containing percent signs?
dir *^%*
for %i in (*^%*) do echo %i
The result is (there's only one file - the one listed below - in the working directory):
28.03.2012 10:52 0 àsdf (%23%39).pdf
I would have expected the same file showing up twice.
If it's "WAD", how would I accomplish enumerating all files in the current directory containing percent signs?