56
39

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Windowsでコマンドプロンプトのレスポンスを直接クリップボードに入れる

Last updated at Posted at 2023-01-26

概要

下記のようなコマンドのレスポンス(表示された値)を文字列として取得したい。
image.png

> を使ってtxtに出力する方法もあるが、それだとゴミファイルができてしまう。

もう少しサクッとできる方法がいい。

やり方

コマンドの後に | clip 付ける。

例えば下記のようにやると、 ipconfig /? の結果がクリップボードに入る。
(コマンドプロンプトにはレスポンスが表示されない)
image.png

テキストエディタに Ctrl + V すると、下記のようになる。
image.png

バージョン

Windows 10 Pro 22H2 OSビルド 19045.2546

56
39
7

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
56
39

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?