Hi,
With the latest version Version 1.5.0.1390a (x64), this search does not work anymore (I get all the files … not only the broken links)
*.lnk regex:shortcut-target:(.*) !<folderexists:\1 | fileexists:\1> !"Z:\Folder\"
Thank you in advance,
And
Best Regards
Jean De Corte
Everything Version 1.5.0.1390a (x64) - Search broken link do not work anymore
-
JDC
- Posts: 6
- Joined: Wed Feb 05, 2025 1:23 pm
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Everything Version 1.5.0.1390a (x64) - Search broken link do not work anymore
Syntax looks OK to me, but there have been a lot of changes.
Does the following alternative give you the dead links?
Does the following alternative give you the dead links?
Code: Select all
ext:lnk !exists:$shortcut-target:-
JDC
- Posts: 6
- Joined: Wed Feb 05, 2025 1:23 pm
Re: Everything Version 1.5.0.1390a (x64) - Search broken link do not work anymore
Hi
it works already in version: Version 1.5.0.1383a (x64)
I will try with the new version later, I'm on travel today
Thank you anyway
it works already in version: Version 1.5.0.1383a (x64)
I will try with the new version later, I'm on travel today
Thank you anyway
-
reitwal
- Posts: 28
- Joined: Sat Apr 09, 2016 9:19 am
Re: Everything Version 1.5.0.1390a (x64) - Search broken link do not work anymore
You have to use $1: instead of /1 to recall regex matches.
This was changed in Version 1.5.0.1384a.
See here!
This was changed in Version 1.5.0.1384a.
See here!
-
JDC
- Posts: 6
- Joined: Wed Feb 05, 2025 1:23 pm
Re: Everything Version 1.5.0.1390a (x64) - Search broken link do not work anymore
Ok, thanks.
I will try ASAP
I will try ASAP
-
JDC
- Posts: 6
- Joined: Wed Feb 05, 2025 1:23 pm
Re: Everything Version 1.5.0.1390a (x64) - Search broken link do not work anymore
Hi,
this works fine now with version Version 1.5.0.1390a (x64),
thank you
*.lnk regex:shortcut-target:(.*) !<folderexists:$1: | fileexists:$1:> !"Z:\Folder\" z:
Jean
this works fine now with version Version 1.5.0.1390a (x64),
thank you
*.lnk regex:shortcut-target:(.*) !<folderexists:$1: | fileexists:$1:> !"Z:\Folder\" z:
Jean