本帖最后由 Nsqs 于 2017-8-4 14:08 编辑
- powershell -c "dir '*.txt' -n|foreach{if($_ -notlike 'new.txt'){[string]$s=type($_);$s -match '(?=显卡)(.*?)(?>内存)';[string[]]$r+="$_"+':' + $Matches[1]}};$r|out-file 'new.txt'"
复制代码 bat放在要处理的n个txt目录下并执行。会在当前目录下生成一个new.txt |