i hope you can help me with that:
I try to pipe some lines into a new batch file.
There are some characters which i can't pipe directly:
For example ">" - I found out already, I have write "^>" to pipe it into a new batch.
But I got some variables aswell, which i want write into the batchfile.
----
Example:
echo here is some text; %CLASSPATH% >>newBatch.bat
so when I open the created batchfile, there is only:
"here is some text; "
----
I have found some different stuff so far, but i does not work or I am doing it the wrong way.
Can you help me?

Thanks so far!
3dL