PowerShell
Windowsの
コマンドプロンプト
に代わる、.NETベースのコマンドシェル。
PowerShell - Wikipedia
Scrapboxでは
syntax highlight
未対応?
code:powershell
$condition = $true
if ( $condition ) { Write-Output "The condition was true" }
code:ps1
$condition = $true
if ( $condition ) { Write-Output "The condition was true" }