I want to make a txt file through the Command Prompt using the ECHO command but it is not working
ECHO F |XCOPY > C:\123.txt
If you open the 123.txt file it should contain this:
F|XCOPY
ECHO F |XCOPY > C:\123.txt
If you open the 123.txt file it should contain this:
F|XCOPY