Categories
How to output % to a new file?
Here: saves only: echo if %aaa%==1 goto test > out if ==1 goto test
echo if %aaa%==1 goto test > out
if ==1 goto test
Answer the question
In order to leave comments, you need to log in
In the command line, write echo if %aaa%==1 goto test > out In the batch file, write echo if %%aaa%%==1 goto test > out
echo if %%aaa%%==1 goto test > out
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question