I don't think this is a bug in the shell command on windows since cmd.exe 
behaves differently to Bourne type shells.

UNIX
$ echo "foo"
foo

Windows
C:\Windows\system32>echo "foo"
"foo"

Reply via email to