Search found 14562 matches

by highend
17 Jan 2026 22:02
Forum: Tips & Tricks, Questions & Answers
Topic: Wich detected Script CC
Replies: 4
Views: 92

Re: Wich detected Script CC

Stop using AI, if you aren't capable to correct even the basic nonsense that it creates... Even the new version still uses things like: $head = readfile(<cc_item>, 1, 300, $r); which returns only crap. Read the docs for readfile() why^^ And in general: Do the extension checking first, it makes no se...
by highend
16 Jan 2026 19:02
Forum: Tips & Tricks, Questions & Answers
Topic: why this script don't work?
Replies: 9
Views: 387

Re: why this script don't work?

$cmd = "run lax(" . quote($exe) . " <selitems>" . ")";

Btw: The ";" separator shouldn't be used within the script, so better change it to <crlf>...
by highend
15 Jan 2026 05:48
Forum: Bug Reports
Topic: Ctrl+F, select multiple files, Ctrl+C, then crashe
Replies: 10
Views: 333

Re: Ctrl+F, select multiple files, Ctrl+C, then crashe

To rule out an illegal license, send your license information to:
XYplorer e-mail address.png
XYplorer e-mail address.png (4.57 KiB) Viewed 249 times
and add a link to this thread in the e-mail text...
by highend
14 Jan 2026 13:16
Forum: Tips & Tricks, Questions & Answers
Topic: why this script don't work?
Replies: 9
Views: 387

Re: why this script don't work?

Use eval() to resolve the xy variable and fix the quoting?

@Don
Is it intended, that variables in arrays aren't resolved as long as they are used either natively or in double quotes?
by highend
14 Jan 2026 11:21
Forum: Script Exchange
Topic: Using 'current script name' in a script
Replies: 5
Views: 181

Re: Using 'current script name' in a script

rtfm "idh_scripting_comref.htm#idh_sc_self";
by highend
14 Jan 2026 08:10
Forum: Bug Reports
Topic: Colored Files
Replies: 6
Views: 166

Re: Colored Files

Animation.gif
Animation.gif (250.19 KiB) Viewed 147 times
by highend
13 Jan 2026 20:21
Forum: Wishes
Topic: MS Word docx in preview pane
Replies: 17
Views: 560

Re: MS Word docx in preview pane

The quotes type for the registry are totally wrong as well…
by highend
13 Jan 2026 19:48
Forum: Wishes
Topic: MS Word docx in preview pane
Replies: 17
Views: 560

Re: MS Word docx in preview pane

Without trying: Bad quoting…
by highend
13 Jan 2026 08:31
Forum: Tips & Tricks, Questions & Answers
Topic: why this script don't work?
Replies: 9
Views: 387

Re: why this script don't work?

Ask that the AI that created it and tell her to not hallucinate...
by highend
13 Jan 2026 04:30
Forum: Wishes
Topic: MS Word docx in preview pane
Replies: 17
Views: 560

Re: MS Word docx in preview pane

Libre Office doesn't bring any preview handlers ;)
by highend
13 Jan 2026 01:34
Forum: Wishes
Topic: MS Word docx in preview pane
Replies: 17
Views: 560

Re: MS Word docx in preview pane

And the installed MS Office version and bitness is?
by highend
11 Jan 2026 11:29
Forum: Tips & Tricks, Questions & Answers
Topic: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Replies: 9
Views: 314

Re: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?

Even if you don't use "SELECT ALL" on top of the script box you need to remove the indenting spaces on purpose to get that behavior
by highend
11 Jan 2026 07:48
Forum: Tips & Tricks, Questions & Answers
Topic: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?
Replies: 9
Views: 314

Re: Problem: External BlueRay Drive not visible in XYP - Only in built-in Windows Explorer. Why?

Run the script, show the output $t = (getkey("MiniTree", "Settings") == 1) ? "MiniTree" : "Tree"; $s = (getkey("LockTree", "General") == 1) ? "Locked" : "Unlocked"; $c = (getkey("ShowCDROMDrives", "Setting...