Click here to Skip to main content
15,901,426 members

Comments by Member 12111231 (Top 1 by date)

Member 12111231 4-Nov-15 7:09am View    
no because im using > toenter the output to a file
example;

echo hi >C:\users\%username%\say.txt
echo dude >>C:\users\%username%\say.txt

the text doc will read;

hi
dude.

the problem is that inside the echo i have the > command

echo echo hi >C:\users\%username%\say.txt >C:\users\lucas\yes.bat

i want the document yes.bat to read;

echo hi >C:\users\%username%\say.txt

the problem is the > in what i want to say is confusing it