- Back to Home »
- Computer Tricks »
- How to add Add the ability to copy the content of any text File to send to menu?
Posted by : Unknown
Saturday, 25 May 2013
Add the ability to copy the content of any text File to send to menu?
Suppose a situation in which you want to copy a content of a text file to another file. What we do? Open the text file and copy the whole content, then paste it to the desired file. Now how will you like if you can do it without opening the file and can copy the whole content. There is a way to do it. Let see how we can do it?
1. First open the Send to folder by entering following command to run.
Shell: sendto
2. Send to folder will open.
3. Create a shortcut. It will ask you for a location. Enter the following command CMD /C CLIP <
4. Click on next. Now enter the name of the shortcut. Type copy content to clipboard.
5. Click on finish. You have done it.
For testing, right click on any text file. Choose sendto->Copy content to clipboard. Then open any text file, right click and paste it.
*Note: You can copy only text file. PDF and images are not supported as they are of Binary data type.
Suppose a situation in which you want to copy a content of a text file to another file. What we do? Open the text file and copy the whole content, then paste it to the desired file. Now how will you like if you can do it without opening the file and can copy the whole content. There is a way to do it. Let see how we can do it?
1. First open the Send to folder by entering following command to run.
Shell: sendto
2. Send to folder will open.
3. Create a shortcut. It will ask you for a location. Enter the following command CMD /C CLIP <
4. Click on next. Now enter the name of the shortcut. Type copy content to clipboard.
5. Click on finish. You have done it.
For testing, right click on any text file. Choose sendto->Copy content to clipboard. Then open any text file, right click and paste it.
*Note: You can copy only text file. PDF and images are not supported as they are of Binary data type.