Page 1 of 1

Issue with ">> file >>"

Posted: 25 Jun 2008 07:46
by psinetic
ok, i'm wanting to do this:

echo type %0 >> stupid.bat >> dumb.bat

but it won't let me, it keeps nullifying the other ">>" symbol and ruins everything.

anyone know any way around this? i don't care how long the method is, i just want to do it.

Posted: 30 Jun 2008 04:33
by DGMakers
echo type %0 ^>^> stupid.bat >> dumb.bat

so i think

Posted: 30 Jun 2008 04:36
by Thebetr1
yes my friend dgmakers is right

Posted: 30 Jun 2008 04:39
by DGMakers
lol, and why are you using .bat files? .cmd files are better because they can run more commands... unless you are using windows ME or earlier which can only use bat files?