本帖最后由 idwma 于 2022-1-23 15:46 编辑
10:18:17 January 21 2022> 企业 简名:科尔达 ***:**:** (* ,)
名字里有空格可以讲讲红字的***是数字还是别的什么吗?- #@&cls&powershell "type %~s0|out-string|iex"&pause&exit
- $a=gc -readcount 0 D:\Test-UFT-16.txt
- $b=($a[-1..-1000] -match '企业')[0] -replace '.*简名:\s*(.*)\s\S*:.*','$1'
- $f=0
- sc D:\out.txt $(foreach($i in $a){if(($f -eq 0) -and $i -match "$b"){$i;$f=1}elseif(($f -eq 1) -and $i -match '已执行'){$f=0;$i,''}elseif($f -eq 1){$i}})
复制代码
|