I want to know how to write a Window command line with redirection operators into a text file?
My command line to write into file text file is:
echo (name / file1.txt >> file2.txt) >> filetot.txt
The part in parentheses is the part I want to write into file filetot.txt
.
But unfortunately it doesn't record anything after the first >>
.