Hi.
Everything has the es.exe utility for searching from the command line. My question is does it accept variables and if so what is the syntax. I use such a utility from AutoHotkey, but I am forced to have a .bat file generated to bypass the limit of not being able to use variables inside such a function.
Can variables be used from the command line function?
-
wetware05
- Posts: 13
- Joined: Wed Dec 21, 2022 5:09 pm
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Can variables be used from the command line function?
Please try enabling "Expand environment variables" and search for %VARIABLE-NAME%
- In Everything, from the Tools menu, click Options.
- Click the Search tab on the left.
- Check Expand environment variables.
- Click OK.
-
wetware05
- Posts: 13
- Joined: Wed Dec 21, 2022 5:09 pm
Re: Can variables be used from the command line function?
Again, thanks void.
I have been looking for this information and could not find it. I'll try tomorrow.
I have been looking for this information and could not find it. I'll try tomorrow.