Search found 1112 matches

by yusef88
17 Oct 2023 14:26
Forum: Tips & Tricks, Questions & Answers
Topic: add "Open in XYplorer" to Windows Explorer
Replies: 8
Views: 374

Re: add "Open in XYplorer" to Windows Explorer

Windows Registry Editor Version 5.00 ;file menu [HKEY_CLASSES_ROOT\*\shell\XYplorer] [HKEY_CLASSES_ROOT\*\shell\XYplorer\command] @="\"XYplorer.exe\" /select=\"%1\"" ;folder menu [HKEY_CLASSES_ROOT\Directory\Shell\XYplorer] [HKEY_CLASSES_ROOT\Directory\Shell\XYplorer\C...
by yusef88
27 Jun 2023 02:28
Forum: Script Exchange
Topic: send multiple files as arguments (‪Nilesoft Shell)
Replies: 5
Views: 1435

Re: send multiple files as arguments

Hello everyone
if anyone uses Nilesoft Shell, and can help write the right syntax

Code: Select all

item(type='file' mode=multiple title='XY' image cmd='XYplorer.exe' args='/user=\"@sel(false, "|")')
https://nilesoft.org/docs/functions/sel
to echo get("CmdLineUser"); in XYplorer
by yusef88
20 Jun 2023 01:12
Forum: Multilingual Support
Topic: Arabic
Replies: 7
Views: 7371

Re: Arabic

This translation needs to use some words that are familiar context-appropriate.
e.g. Overwrite?|--|الإفراط في الكتابة should be Overwrite?|--|استبدال
by yusef88
07 Apr 2023 13:02
Forum: Tips & Tricks, Questions & Answers
Topic: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?
Replies: 10
Views: 511

Re: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?

actually, I'm not experienced in regex. the script belongs to highend. viewtopic.php?p=193995#p193995
I post it as example how to do rename in one go (regex maybe inaccurate)
by yusef88
07 Apr 2023 03:57
Forum: Tips & Tricks, Questions & Answers
Topic: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?
Replies: 10
Views: 511

Re: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?

I hope this will help you. $names = ""; foreach($item, <selitems <crlf>>, <crlf>, "e") { $str = gpc($item, "file"); $str = regexreplace("$str", "[\[|\]||{|}|;|,\!]", "_"); $str = regexreplace("$str", "[^a-zA-Z0-9\(\)-_\.]&quo...
by yusef88
17 Mar 2023 12:34
Forum: Wishes
Topic: Text additional column under thumbnail
Replies: 7
Views: 338

Re: Text additional column under thumbnail

BTW, XY should disallow remove column name in details view.
by yusef88
13 Mar 2023 00:38
Forum: Wishes
Topic: Show Desktop
Replies: 6
Views: 452

Re: Show Desktop

run "shell:::{3080F90D-D7AD-11D9-BD98-0000947B0257}"
by yusef88
14 Feb 2023 17:16
Forum: Tips & Tricks, Questions & Answers
Topic: noticeable delay when open huge tree
Replies: 3
Views: 194

Re: noticeable delay when open huge tree

actually I have the tree hidden and still XY checks for subfolders, so I've unticked [Check existence of subfolders in tree]
it is just a note on how both of XY and Explorer, open folders. and nothing serious
by yusef88
14 Feb 2023 16:50
Forum: Tips & Tricks, Questions & Answers
Topic: noticeable delay when open huge tree
Replies: 3
Views: 194

noticeable delay when open huge tree

when open path like C:\Windows\winsxs\Catalogs XY will expand entire tree and tends to check existence of subfolders which makes the feel of delay or lag xy check subfolders.PNG Windows Explorer also take time to expand a huge tree window explorer busy.png but it wont expand entire tree when open C:...
by yusef88
14 Feb 2023 16:49
Forum: Tips & Tricks, Questions & Answers
Topic: vi:<drop> doesn't survive Refresh
Replies: 4
Views: 264

Re: vi:<drop> doesn't survive Refresh

OK. thanks for the explanation :D
by yusef88
14 Feb 2023 15:58
Forum: Tips & Tricks, Questions & Answers
Topic: vi:<drop> doesn't survive Refresh
Replies: 4
Views: 264

Re: vi:<drop> doesn't survive Refresh

I asked because of the similarity between them. the Help says: "Think of Virtual Folders as Paper Folders without the paper." hence came the question. anyway, to always open <drop> in a dedicated tab end !"<drop>"; if not regexmatches(get("tabs", "<crlf>"), &q...
by yusef88
13 Feb 2023 12:49
Forum: Tips & Tricks, Questions & Answers
Topic: vi:<drop> doesn't survive Refresh
Replies: 4
Views: 264

vi:<drop> doesn't survive Refresh

when drop item to this button goto "vi:<drop>" and refresh list, the list become empty.
the paper folder with explicit save only keeps dropped items after Refresh
so why is the difference between them
by yusef88
05 Feb 2023 12:55
Forum: Wishes
Topic: Open folder with "hover over"
Replies: 8
Views: 617

Re: Open folder with "hover over"

admin wrote: 05 Feb 2023 10:11 This already works in the folder tree since v3.02.0017 - 2000-02-11 12:00. :)
you know, tree is the way you go to drop items. no need to hold mouse down and scroll up between files to reach folders on top :tup:
by yusef88
04 Feb 2023 17:21
Forum: Wishes
Topic: Open folder with "hover over"
Replies: 8
Views: 617

Re: Open folder with "hover over"

Pressing Escape key will cancel the drag and drop process
by yusef88
04 Feb 2023 12:32
Forum: Wishes
Topic: Open folder with "hover over"
Replies: 8
Views: 617

Re: Open folder with "hover over"

the advantage is that you can drag to subfolders as well

Image