Clip command in Windows
Clip command redirects the command output from the command line to the clipboard (Windows clipboard) of Windows. You can then paste this text output into other programs.
For an example of how to use this command, please see the example below.
Clip command syntax
| clip clip <
Parameters
ParameterDescriptionNote: You can use the clip command to copy data directly to any application that can receive text from the Clipboard.
For example
To copy the current directory list to the Windows clipboard, enter:
dir | clip
To copy the program output named Generic.awk into Windows Clipboard, enter:
awk -f generic.awk input.txt | clip
To copy the contents of a file called Readme.txt into the Windows Clipboard, enter:
clip < readme.txt
See more:
- The chcp command in Windows
- The chkntfs command in Windows
- Change command in Windows
3.5 ★ | 2 Vote
You should read it
May be interested
- What file is XLL? How to open, edit and convert XLL filesfiles with the .xll extension are excel add-in files. these files offer and provide ways to use third-party tools and functions in microsoft excel, which are not part of this software.
- Cmdkey command in Windowsthe cmdkey command creates, lists and deletes stored usernames and passwords or stored login information.
- Color command in Windowsthe color command changes the foreground and background colors in the command prompt window for the current session. if used without parameters, the color command restores the default foreground and background colors of the command prompt window.
- What is a disk signature? Fix disk signature conflict errora disk signature is a unique, defined number of a hard drive or data storage device, stored as part of the master boot record (mbr).
- Command mode in Windowsdisplay system status, change system settings or reconfigure port and connected device.
- The ntfrsutl command in Windows(applies to windows server (semi-annual channel), windows server 2016, windows server 2012 r2, windows server 2012).