标签: batch-file findstr
我希望使用此代码查看不在临时文件'output.tmp'中的文件,但它不起作用。
FOR /f "Delims=" %%A in ( 'Dir /B/A-D *.*^|Findstr /VEIL /G:output.tmp' ) Do echo "%%A"