Search found 1112 matches
- 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...
- 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
https://nilesoft.org/docs/functions/sel
to
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, "|")')
to
echo get("CmdLineUser");
in XYplorer- 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.
e.g.
Overwrite?|--|الإفراط في الكتابة
should be Overwrite?|--|استبدال
- 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)
I post it as example how to do rename in one go (regex maybe inaccurate)
- 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...
- 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.
- 13 Mar 2023 00:38
- Forum: Wishes
- Topic: Show Desktop
- Replies: 6
- Views: 452
Re: Show Desktop
run "shell:::{3080F90D-D7AD-11D9-BD98-0000947B0257}"
- 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
it is just a note on how both of XY and Explorer, open folders. and nothing serious
- 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:...
- 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
- 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...
- 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
the paper folder with explicit save only keeps dropped items after Refresh
so why is the difference between them
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
- 05 Feb 2023 12:55
- Forum: Wishes
- Topic: Open folder with "hover over"
- Replies: 8
- Views: 617
- 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
- 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