1 |
Get-Process (Get-Content .\informacion2.txt).split("#")[0] | Where-Object (Get-Content .\informacion2.txt).split("#")[2] -gt (Get-Content .\informacion2.txt).split("#")[1] | Stop-Process |
1 |
Get-Process (Get-Content .\informacion2.txt).split("#")[0] | Where-Object (Get-Content .\informacion2.txt).split("#")[2] -gt (Get-Content .\informacion2.txt).split("#")[1] | Stop-Process |