If I'm in Explorer (Total Commander/Directory Opus), is there a way to have Everything search the directory I'm currently in, and any sub-directories as weell?
Regards,
Chuck Billow
Search Current Directory
Re: Search Current Directory
Try -path "%1"
Re: Search Current Directory
David, I'm sorry, I'm not understanding.
I went to a folder that I knew had Word "dot" files, and tried both
*.dot -path "%1"
and
-path "%1" *.dot
and
-path "*.dot"
but none worked.
??
Chuck
I went to a folder that I knew had Word "dot" files, and tried both
*.dot -path "%1"
and
-path "%1" *.dot
and
-path "*.dot"
but none worked.
??
Chuck
Re: Search Current Directory
I think David is suggesting using the command line. If you're using Directory Opus, you can assign Everything to a keyboard shortcut/button. I have Ctrl+F assigned to open a search window of Everything.
However when I have a folder selected I get a double "" at the end, e.g. so then the contents of the directory aren't shown. It works fine if I have files selected though.
Edit: I just did some fiddling with the parameter in Directory Opus and have found to work quite well.
Code: Select all
C:\Program Files\Everything\Everything.exe -path "%1"
Code: Select all
"I:\Downloads""
Edit: I just did some fiddling with the parameter in Directory Opus and have found
Code: Select all
C:\Program Files\Everything\Everything.exe -path {filepathshort}
Re: Search Current Directory
Oh-h-h-h.
I'll take my slow self over and try that.
Thanks,
Chuck
I'll take my slow self over and try that.
Thanks,
Chuck