你的问题都好古怪呀- #@&cls&powershell "type %~s0|out-string|iex"&pause&exit
- $a={
- $i++
- switch($i){
- 1{666}
- 2{'CBACBA'}
- 4{'666CBACBA'}
- 7{'CBACBA666'}
- default{$args}
- }
- }
- dir '123\*.txt'|%{
- sc $_.fullname $(gc $_.fullname|%{[regex]::replace($_, 'AAA|完成',$a);rv i})
- }
复制代码
|