Ever wonder how to create a batch file that can copy a text? Well wonder no more because here, you’ll be learning on how to do just that.
Step 1: create your batch file
Open up notepad and save. Name your batch file “copy text.bat” (without the quote)
Step 2: paste the code bellow into your newly created batch file
@echo off
Cls
Echo | set/p="[enter your text here]" | clip
Step 3: run your batch file
Go ahead! Run your batch file. After you run your batch file try pasting your copied Word.
If you still don’t get it then watch this video
That’s all for now
Comments