How to send the contents of the clipboard to a text file

This article shows how to send clipboard content to text files with a simple shortcut.

ClipOut utility copy:

In Windows, the " clip " command line tool is a way to direct the console's output to the clipboard, but there is no tool to send clipboard content to the console. To do this, we will use the utility called ClipOut.

Simply download, extract the file to the location in the Windows PATH variable ( if you don't know the meaning of this, unzip the EXE file to the C: Windows folder ).

Add Send To shortcut:

Press the Windows + R key combination to open the box Run > type shell: sendto > press Enter to open the location of your Send To folder.

How to send the contents of the clipboard to a text file Picture 1

In the Send To folder, right- click> select New > select Shortcut to create a new shortcut with the command:

CMD / C ClipOut>

Note : The above command will overwrite the contents of the selected file. If you want to append the contents of the selected file, replace it with the following command:

CMD / C ClipOut >>

Of course, you can create shortcuts for both commands.

How to send the contents of the clipboard to a text file Picture 2

Provide a descriptive name for the shortcut:

How to send the contents of the clipboard to a text file Picture 3

It's done. From now on, using this shortcut will send the text content copied from the Windows clipboard to the selected file.

Important note: ClipOut tool only supports exporting text. If your clipboard contains binary data, the output will be empty.

Change icon:

By default, the icon for the shortcut just created is a command prompt ( command prompt ), but you can change it by right- clicking the shortcut > selecting Properties > clicking the Change Icon button> copying the line:

% SystemRoot% System32shell32.dll

Go to the editor under the Look for icons in this file : tab and select an icon to your liking.

How to send the contents of the clipboard to a text file Picture 4

In the shortcut's Properties window, you can set the shortcut to run in minimized mode ( Minimized ). This will prevent the command prompt window from " blinking " when the Send To command runs (instead, it will blink in your taskbar).

How to send the contents of the clipboard to a text file Picture 5

4.2 ★ | 35 Vote

May be interested

  • 4 Ways to copy files faster in WindowsPhoto of 4 Ways to copy files faster in Windows
    copy feature in windows 7 is nothing outstanding, it is only temporary, it is not the fastest when you proceed to copy and move one or more large files. however, there are several ways to help you quickly copy files efficiently in windows.
  • Why should the WiFi transmitter be turned off for 10 seconds before restarting?Photo of Why should the WiFi transmitter be turned off for 10 seconds before restarting?
    in the instructions on repairing, debugging or updating new firmware for devices such as wireless routers and modems, we often encounter one step: unplug the power, wait 10 seconds and plug in the power cord again.
  • Causes that SD memory cards work 'sluggish'Photo of Causes that SD memory cards work 'sluggish'
    currently, sd memory cards are widely used on many electronic devices, especially compact cameras and dslrs. choosing yourself an sd card is not too difficult. you only need to prioritize the processing speed and storage capacity of the card.
  • Do you really need to 'defrag' computers?Photo of Do you really need to 'defrag' computers?
    for faster computers, almost everyone does defragment for it. but now do you really need to enable defragment manually?
  • 4 ways to identify computers running Windows 64 bitPhoto of 4 ways to identify computers running Windows 64 bit
    are you using a computer with a processor that supports 64-bit operating system? if so, are you using a 64 bit operating system? most ordinary computer users don't know the answers to these questions, even though they need to know!
  • 6 ways to help you quickly get acquainted with a new operating systemPhoto of 6 ways to help you quickly get acquainted with a new operating system
    previously when it comes to operating systems, we often associate with windows - microsoft's famous computer operating system. however, with the rapid development of the technology world, a series of operating systems for mobile devices have been launched such as android, ios ...