- May
- 403
- 5
I would expect the commands
Everything /d jpsoft
echo %@everything[jpsoft,d]
to produce the same output (content, not formating).
However, the second command either hangs (without the d switch) or gives an Echo is off result.
Changing the command to
echo %@everything["jpsoft",d]
produces the expected result. However, from the help: "Filename must be in quotes if it contains white space or special characters". I see neither in the given input.
Everything /d jpsoft
echo %@everything[jpsoft,d]
to produce the same output (content, not formating).
However, the second command either hangs (without the d switch) or gives an Echo is off result.
Changing the command to
echo %@everything["jpsoft",d]
produces the expected result. However, from the help: "Filename must be in quotes if it contains white space or special characters". I see neither in the given input.