Files
Powershell-Training/2.Read_Host.ps1
2026-01-04 09:16:50 +01:00

10 lines
247 B
PowerShell

Write-Host "What is your favorite system ?"
Write-Host "1. NES"
Write-Host "2. SNES"
Write-Host "3. N64"
Write-Host "4. Gamecube"
Write-Host "5. Wii"
Write-Host "6. Wii U"
Write-Host "7. Switch"
$FavSystem = Read-Host -Prompt "Select One [1 . 6]"