m
Size: a a a
m
VG
VG
m
Wait-Event callbackcomplete, без него ж тоже все ок
m
VG
m
VG
m
LГ
$doc = Get-Content C:\Users\g.saskovets\Desktop\test1.txt
if(Select-String -InputObject $doc -Pattern "<key> </key>" -SimpleMatch){
$contents = [regex]::Match($doc,'(?is)(?<=\b\d: Start\b).*?(?=\b\d: End\b)')
New-Item -Path C:\Scripts -Name newtest.txt -ItemType File -Value $contents
}
Else{
Write-Host "Nothing Found"
}
VB
VB
D
VB
VB
LГ
LГ
VB
LГ
VB