tekdudedude
Technical User
- Sep 29, 2007
- 79
Hello,
In a batch file I am trying to escape a greater than character. Usually I use a ^ character but it does not seem to like this.
I also played with escaping the equal sign too.
Here is my troubled snippet:
What can you recommend?
Thanks,
TD
In a batch file I am trying to escape a greater than character. Usually I use a ^ character but it does not seem to like this.
I also played with escaping the equal sign too.
Here is my troubled snippet:
Code:
set MYVAR=cascade=^>true
What can you recommend?
Thanks,
TD