司马光2008 当前离线
一级士官
idwma 当前离线
少校
#@&cls&powershell "type %~s0|out-string|iex"&pause&exit do{ dir D:\123\*.csv|foreach{ $a="D:\456\"+$_.name move $_.fullname $_.fullname 2>$null if($?){ sc $a ((type $_.fullname) -replace '^(\d+?,)(.*?):(.*?)(,.*?,.*?,.*?,.*?,.*?,.*?,.*?,.*?,)(.*?)(,.*)$','$1$3$4$2$6') del $_.fullname } } }while(!(sleep 1))复制代码
TOP
#@&cls&powershell "type %~s0|out-string|iex"&pause&exit do{ dir D:\123\*.csv|foreach{ $a="D:\456\"+$_.name move $_.fullname D:\456\ if($?){ $b=type $a sc $a ($b -replace '^(\d+?,)(.*?):(.*?)(,.*?,.*?,.*?,.*?,.*?,.*?,.*?,.*?,)(.*?)(,.*)$','$1$3$4$2$6') } } }while(!(sleep 1))复制代码
flashercs 当前离线
#@&cls&powershell "type %~s0|out-string|iex"&pause&exit do{ dir D:\123\*.csv|foreach{ $a="D:\456\"+$_.name out-file -enc default $a -inp ((type $_.fullname) -replace '^(\d+?,)(.*?):(.*?)(,.*?,.*?,.*?,.*?,.*?,.*?,.*?,.*?,)(.*?)(,.*)$','$1$3$4$2$6') del $_.fullname } }while(!(sleep 1))复制代码
#@&cls&powershell "type %~s0|out-string|iex"&pause&exit dir D:\123\*.csv|foreach{ $a="D:\456\"+$_.name out-file -enc default $a -inp ((type $_.fullname) -replace '^(\d+?,)(.*?):(.*?)(,.*?,.*?,.*?,.*?,.*?,.*?,.*?,.*?,)(.*?)(,.*)$','$1$3$4$2$6') del $_.fullname }复制代码
评分人数