I have tried a number of things, none have worked.
The docs state:
Earlier today I asked for help on Stack overflow, HERE , please read that page to see what I have tried.Use """ to escape a literal "
For example, set the search to: "foo bar"
Everything64.exe -s """"foo bar""""
(Remember to also escape spaces with double quotes)
I got an answer there that suggested I try these:
Code: Select all
Everything64.exe -s '"""C:\Program Files"""'
Code: Select all
Everything64.exe -s "`"`"`"C:\Program Files`"`"`""
Code: Select all
Everything64.exe -s --% """C:\Program Files"""
It seems everything is enterpreting the double quotes as back slashes:
I thought maybe this is a bug so I backed up and then deleted
- Appdata entries
- Program files
- insall of 1.4
I cant use command prompt, I am working on a everything "Extension" and powershell is a must for its devolopment and my general everyday use.
PSVersion 7.3.0-preview.7
Windows Terminal Preview 1.15.2003.0
Any help would be greatly appreciated!