- or download this
for /f %f in (mylist.txt) do search -name -i *.* -dir D:\Temp\PPM9422
+%f
- or download this
for /f %f in (mylist.txt) do search -name *.* -i -dir D:\Temp\PPM9422
+%f
- or download this
for /f %f in (mylist.txt) do search -i -dir D:\Temp\PPM9422 %f