wrong command line parsing

If you are experiencing problems with "Everything", post here for assistance.
moongose
Posts: 5
Joined: Fri Sep 19, 2014 2:33 pm

wrong command line parsing

Post by moongose »

When i start everything form cmd with parameter -filename, i got the whole path in the search bar and normally not a single match found.
Version 1.3.4.686
In version 1.2.x was working fine.
You can see on screenshots:
cmd
whole path added
Some change that I've missed or a bug?
You do not have the required permissions to view the files attached to this post.
void
Developer
Posts: 19902
Joined: Fri Oct 16, 2009 11:31 pm

Re: wrong command line parsing

Post by void »

Please try:

Code: Select all

Everything.exe -search *.jpg
Command Line Options
moongose
Posts: 5
Joined: Fri Sep 19, 2014 2:33 pm

Re: wrong command line parsing

Post by moongose »

Yes, -s works.
Thank you.