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
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: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
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!
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
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