I want to save the text that I copied from somewhere else in the text file with Batch file. To do this, I use the following code. But unfortunately I receive an empty text file! Do you have a solution to this problem?
@echo off
echo Hello!> test.txt
paste > test.txt