foo `bar | baz`;
bar | baz
foo
FOR /F [\"options\"] %variable IN (\'command\')
FOR /F %x IN (\'bar | baz\') DO foo %x