I want to send the >
character to a file via CMD but I can not.
The following example illustrates my difficulty:
echo casa > cidade > Estado >Arquivo.txt
In the above example you should write the phrase " home> city " in the file, but I can not type the character >
(only write home in File.txt).
Is there any command in CMD to write this type of character to a file?