bat,PowerShell ,windows

Thumbnail of post image 109

クリップボードの内容をテキストファイルにするpowershell -command "get-clipboard">225.txtテキストファイルの内容をクリップボードにコピーclip < file.txtp ...

bat,PowerShell ,windows,アクセシビリティ

Thumbnail of post image 035

簡単なバッチファイル

PowerShell -command “$x=New-Object -ComObject SAPI.SpVoice ; $x.Speak(\”アレクサ、テレビをつけて\”)&# ...

bat,PowerShell ,windows

Thumbnail of post image 064

下記スクリプトをコピーしてバッチファイルを作成してください

改行のある複数行のクリップボードデータを読み込み 逆順にして一行ごとにクリップボードにコピーする

powershell -Command “(Get-C ...