echo >> hello.bat fail
Posted: 06 May 2010 13:57
i have typed this in cmd: echo echo hello >> hello.txt >> hello.bat
so the batchfile script on hello.bat is this: echo hello >> hello.txt
and when you starting hello.bat it will make hello.txt
in hello.txt: hello
but....
when i typing echo echo hello >> hello.txt >> hello.bat today the hallo.bat has a script like this:
echo hello.
where is >> hello.txt ?
what is wrong??
so the batchfile script on hello.bat is this: echo hello >> hello.txt
and when you starting hello.bat it will make hello.txt
in hello.txt: hello
but....
when i typing echo echo hello >> hello.txt >> hello.bat today the hallo.bat has a script like this:
echo hello.
where is >> hello.txt ?
what is wrong??