引数版><
# showrtf.ps1
Param (
[Parameter(Mandatory=$true)]
[string]$filepath
)
Add-Type -AssemblyName System.Windows.Forms
Add-Type -AssemblyName System.Drawing
$form = New-Object System.Windows.Forms.Form
$form.Text = "Show rtf "+$filepath
$richTextBox = New-Object System.Windows.Forms.RichTextBox
$richTextBox.Dock = "Fill"
$richTextBox.LoadFile($filepath, [System.Windows.Forms.RichTextBoxStreamType]::RichText)
$form.Controls.Add($richTextBox)
[System.Windows.Forms.Application]::Run($form)
Add-Type -AssemblyName System.Windows.Forms
Add-Type -AssemblyName System.Drawing
$form = New-Object System.Windows.Forms.Form
$form.Text = "PowerShell RTF 表示するやつ"
$richTextBox = New-Object System.Windows.Forms.RichTextBox
$richTextBox.Dock = "Fill"
$richTextBox.LoadFile("sdk_license.rtf", [System.Windows.Forms.RichTextBoxStreamType]::RichText)
$form.Controls.Add($richTextBox)
[System.Windows.Forms.Application]::Run($form)
テキサスの事故で亡くなった人、有名な人だったっぽい><
Former Texas Tribune board member killed in Laredo plane crash
https://www.texastribune.org/2026/06/17/laredo-plane-crash-josh-baer-capital-factory/
でっかいこんにゃくの花、しぼんだ><
URI's corpse flower watch! - YouTube
https://www.youtube.com/watch?v=67O9UR8YB9c