Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does the old command line format works? #639

Closed
nephewtom opened this issue Feb 17, 2022 · 2 comments
Closed

How does the old command line format works? #639

nephewtom opened this issue Feb 17, 2022 · 2 comments

Comments

@nephewtom
Copy link

I am trying these commands:

dnGrep "C:\Program Files\dnGrep\" t\\w*t
dnGrep "C:\Users\" hello

But I get this window:
image

This works:
dnGrep /f "C:\Users\" /s hello

Best Regards!
馃槃

@doug24
Copy link
Contributor

doug24 commented Feb 18, 2022

Well, that is a strange one. The old style arguments work just as you have shown them when I run in the debugger, but fail when running from a command prompt. Somehow the parser is finding an extra empty argument. Probably an error in my regular expression - but why does it work when running in the debugger? I'll add a check to filter empty arguments, and that should take care of it.

@doug24
Copy link
Contributor

doug24 commented Feb 26, 2022

Fixed in v3.0.29.0

@doug24 doug24 closed this as completed Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants