Search found 14562 matches
- 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...
- 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>...- 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:
and add a link to this thread in the e-mail text...
- 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
@Don
Is it intended, that variables in arrays aren't resolved as long as they are used either natively or in double quotes?
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?
- 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";- 14 Jan 2026 08:10
- Forum: Bug Reports
- Topic: Colored Files
- Replies: 6
- Views: 166
- 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…
- 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…
- 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...
- 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 
- 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?
- 11 Jan 2026 11:47
- 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?
That's the craziest tweak I've ever seen^^
- 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
- 11 Jan 2026 10:22
- 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?
Menu - Scripting - Run Script...?
- 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...
XYplorer Beta Club