是萬用字元* 是重複字元:: 將dir 結果存到temp.txt dir /b > temp.txt :: 印出所有找到的字串for /f "tokens=*" %%i in ('FINDSTR "abc" temp.txt') do ( echo %%i ) ...
確定! 回上一頁