Search found 14559 matches

by highend
14 Jan 2026 13:16
Forum: Tips & Tricks, Questions & Answers
Topic: why this script don't work?
Replies: 6
Views: 199

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

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

Re: Colored Files

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

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: 15
Views: 287

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: 6
Views: 199

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: 15
Views: 287

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: 15
Views: 287

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

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

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...
by highend
09 Jan 2026 21:40
Forum: Bug Reports
Topic: Extension sorting with numbered folders bugged in x64 version
Replies: 3
Views: 148

Re: Extension sorting with numbered folders bugged in x64 version

Even happens in a fresh instance and the latest x32 version is not affected
by highend
09 Jan 2026 06:10
Forum: Tips & Tricks, Questions & Answers
Topic: Column question: Lines of text in a text file?
Replies: 11
Views: 336

Re: Column question: Lines of text in a text file?

You're right, jupe This version should fix it: Count lines_v0.2.zip It requires SSE2, so almost all processors since 2005 should be able to use it (Pentium 4+) Tested on UTF-8 (BOM & no BOM), UTF-16 LE (BOM & no BOM), UTF-16 BE (BOM & no BOM) Your XY version fails on UTF-16 BE without BO...