【PowerShell 】【インプット】コンソール入力例

PowerShellカテゴリを表すパンダのイラスト PowerShell
Write-Host "Welcome to demo of powershell prompt input" -ForegroundColor DarkYellow
$name= Read-Host -Prompt "Enter your name"
$age= Read-Host -Prompt "Enter your age"
$city= Read-Host -Prompt "Enter your city"
Write-Host "The entered name is" $name -ForegroundColor Green
Write-Host "The entered age is" $age -ForegroundColor DarkRed
Write-Host "The entered city is" $city -ForegroundColor DarkCyan


文書情報

記事タイトル
【PowerShell 】【インプット】コンソール入力例
作成日
更新日
Source URL
https://papanda925.com/?p=1635

ライセンス: 本記事のうち、当サイトが権利を有する本文・自作図表は、特記なき限り CC BY 4.0 で利用できます。生成AIを活用して作成・編集した内容を含みます。コードについて、別途ライセンス表示またはリンク先GitHubリポジトリのライセンスがある場合は、その条件を優先します。引用・第三者資料・画像・商標等は本ライセンスの対象外です。 利用ポリシー

タイトルとURLをコピーしました