PowerShell PowerShell $user=Read-Host $pass=Read-Host if($user -eq "pepito" -and $pass -eq "secreto") { Write-Host $user } 123456 $user=Read-Host$pass=Read-Hostif($user -eq "pepito" -and $pass -eq "secreto"){Write-Host $user}