C
[email protected]
Guest
Hi,
I am looking for a way to find files where the first char is NOT A-z or 0-9.
DIR /b /s /[! somename.ext]
so can you do something like
DIR /b /s /[! [! a-z0-9]*.ext]
thanks.
I am looking for a way to find files where the first char is NOT A-z or 0-9.
DIR /b /s /[! somename.ext]
so can you do something like
DIR /b /s /[! [! a-z0-9]*.ext]
thanks.