Anyone bored and looking for a challenge. Trying to get the DOS echo command to read in something this:

ECHO "^%PROGRAMFILE^%\MY APP"

and actually echo back this:

"%PROGRAMFILES%\MY APP"

The point is that I'm trying to pass a single parm to a util containing a long file name (hence the quotes) and that contains an env var that I DONT WANT TRANSLATED ... just using echo to test permutation ... anybody ?