I'm echoing out line from a batch file into another file. I know that to escape % you need %% but i can't figure out the escape sequence for %%. The following is what I am trying to accomplish
echo something %%stuff > secondFile.txt
Resulting in
something %%stuff
I have tried the following patterns:
- %%%%
- ^%^%
- %%%