Running the following example batch file,
echo foo &&^
"C:\Program Files\Internet Explorer\iexplore.exe"
...produces the following output:
foo '"C:\Program' is not recognized as an internal or external command, operable program or batch file.
What am I missing?
EDIT
As tagged, this question is dealing with Windows (XP) batch files.