Search found 13224 matches

by highend
21 Dec 2015 05:29
Forum: Script Exchange
Topic: Script to find missing file pairs
Replies: 3
Views: 1521

Re: Script to find missing file pairs

A slightly different one using only formatlist() instead of regexmatches(). A bit easier to read but the setup for $find requires a different format than in the first version. $find = "*check*|*cat*"; $dstExt = ".txt"; $files = formatlist(quicksearch("/f", , "|&quo...
by highend
21 Dec 2015 05:09
Forum: Other Software
Topic: reset ntfs partition permissions
Replies: 28
Views: 9877

Re: reset ntfs partition permissions

1. No and you obviously didn't read icacls docs
2. That command "directly"? No. And what the button does (and the script that is assigned to it) is up to you...
by highend
20 Dec 2015 23:14
Forum: Tips & Tricks, Questions & Answers
Topic: Category as search -- items not combining -- how to?
Replies: 13
Views: 1368

Re: Category as search -- items not combining -- how to?

(15) When clicking on "New Test" with only the ageM filter selected all switches are removed -> Because of clicking on "New Test" instead of ageM, this is a combined search (regardless if you have more than one subsearch checked or not) -> Switches removed (23) This is because of...
by highend
20 Dec 2015 22:39
Forum: Script Exchange
Topic: Script to find missing file pairs
Replies: 3
Views: 1521

Re: Script to find missing file pairs

$find = "|"-separated list of matching words. Plain english names here? No need to escape this list What is different to your approach: - Does not need a loop over all existing files but only one for the ones that match your word list -> Will save you thousands of (slow!) loops depending o...
by highend
20 Dec 2015 15:47
Forum: Other Software
Topic: reset ntfs partition permissions
Replies: 28
Views: 9877

Re: reset ntfs partition permissions

Read the docs about icacls?
by highend
20 Dec 2015 15:31
Forum: Other Software
Topic: reset ntfs partition permissions
Replies: 28
Views: 9877

Re: reset ntfs partition permissions

And? The thread is called "reset ntfs partition permissions" not "do something else"...

Write your own script that does what you need^^
by highend
20 Dec 2015 15:27
Forum: Bug Reports
Topic: Combined catalog search - items that shouldn't be found?
Replies: 2
Views: 658

Re: Combined catalog search - items that shouldn't be found?

Ah yeah, we had a similar thread before...

Thanks again for the explanation!
by highend
20 Dec 2015 12:51
Forum: Tips & Tricks, Questions & Answers
Topic: Category as search -- items not combining -- how to?
Replies: 13
Views: 1368

Re: Category as search -- items not combining -- how to?

15, 18, 23

These aren't unexpected results.

From the help file:
Combined Searches

...

· Any switches are removed from the combined terms.
by highend
20 Dec 2015 10:10
Forum: Tips & Tricks, Questions & Answers
Topic: Resolving Shortcuts
Replies: 3
Views: 1075

Re: Resolving Shortcuts

Afaik, no.
by highend
20 Dec 2015 06:38
Forum: Tips & Tricks, Questions & Answers
Topic: Elevated Privileges for a folder in XY ?
Replies: 22
Views: 3708

Re: Elevated Privileges for a folder in XY ?

http://lmgtfy.com/?q=icacls

And there is a script in that thread you've "found"?

Adapt it to your needs.
by highend
20 Dec 2015 05:24
Forum: Tips & Tricks, Questions & Answers
Topic: Elevated Privileges for a folder in XY ?
Replies: 22
Views: 3708

Re: Elevated Privileges for a folder in XY ?

Enough to get someone started
by highend
19 Dec 2015 21:21
Forum: Tips & Tricks, Questions & Answers
Topic: Category as search -- items not combining -- how to?
Replies: 13
Views: 1368

Re: Category as search -- items not combining -- how to?

I don't get empty search results when I do this with 16.00.0200...
Unbenannt.png
Unbenannt.png (15.65 KiB) Viewed 1346 times
by highend
19 Dec 2015 21:00
Forum: Tips & Tricks, Questions & Answers
Topic: Category as search -- items not combining -- how to?
Replies: 13
Views: 1368

Re: Category as search -- items not combining -- how to?

Looks ok and works on my system (with the bug (if it is one) here: http://www.xyplorer.com/xyfc/viewtopic.php?f=2&t=15180). Your XY version is?
by highend
19 Dec 2015 20:06
Forum: Tips & Tricks, Questions & Answers
Topic: Elevated Privileges for a folder in XY ?
Replies: 22
Views: 3708

Re: Elevated Privileges for a folder in XY ?

Search the forum for icacls / takeown?