Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个场景,我只能使用命令行操作来做我的事情。
我有一些已经打开的文件。我想从这个文件中复制内容并将其保存到记事本中。
我现在可以执行 CTRL+A、CTRL+C,因为它现在在剪贴板中。
我们是否有任何一行命令可以将剪贴板内容直接粘贴到记事本。
您可以寻找可以从剪贴板写入文件的各种 CLIP 工具。
批处理文件可以帮助您利用它们...