PowerShellメモ クリップボード操作
■概要
クリップボードから値を取り出したり、クリップボードに値を設定したり。
■クリップボードから値を取得
◇テキストを取得
構文
Get-Clipboard -Format Text
構文
Get-Clipboard -Format Text
◇ファイルを取得
構文
Get-Clipboard -Format FileDropList
実行例)
[準備]エクスプローラーでファイルやフォルダをコピー
◇画像を取得
構文
Get-Clipboard -Format Image
■クリップボードに値を設定
◇テキストを設定
構文
Set-Clipboard
構文
Set-Clipboard
実行例)
[準備]クリップボードにアイウエオ
を設定するコマンドを実行
◇テキストを追加
構文
Set-Clipboard -Append
実行例)
[準備]クリップボードにアイウエオ
を設定、更に12345
を追加するコマンドを実行
■動作確認した環境
- PowerShell V5.1 (Windows 10)
Author And Source
この問題について(PowerShellメモ クリップボード操作), 我々は、より多くの情報をここで見つけました https://qiita.com/Kosen-amai/items/2e92c9b1dc19fd12b6f5著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .