Search found 256 matches
- 18 Oct 2025 02:19
- Forum: Script Exchange
- Topic: Script: Call specific help topics
- Replies: 58
- Views: 30296
Re: Script: Call specific help topics
Looks like this script needs updating again after the help file was renamed.
- 17 Oct 2025 01:00
- Forum: Tips & Tricks, Questions & Answers
- Topic: Pressing toolbar button with script just shows the script, doesn't run it
- Replies: 6
- Views: 137
Re: Pressing toolbar button with script just shows the script, doesn't run it
Like Peter said, when writing a multi-line .xys script, everything after the first line of code (except comments) needs indenting. If you don't indent each line, XY will interpret each individual line of code as if it were a stand-alone command, which is why you're getting that popupmenu for you to ...
- 16 Oct 2025 21:59
- Forum: Tips & Tricks, Questions & Answers
- Topic: Any benefit for XYplorer devs from simply running Beta version?
- Replies: 5
- Views: 120
Re: Any benefit for XYplorer devs from simply running Beta version?
Beta users don't automatically send any bug reports or collect info. If you find a bug, it's up to you to post in the forums to get attention on it. Like Firefox nightly, the core features of an XY beta are quite stable, I doubt you'd notice any difference between a beta and official release. Person...
- 16 Oct 2025 02:49
- Forum: Tips & Tricks, Questions & Answers
- Topic: Power Filter XYTB Command (Images >50KB Size) Help
- Replies: 4
- Views: 134
Re: Power Filter XYTB Command (Images >50KB Size) Help
You can set the /maxdepth=0 flag during the first search so that it only searches the current directory... ::goto "?>\.(png|webp|jpeg|svg)$ /maxdepth=0"; goto "#?size: > 50KB"; Like I mentioned, you might try the "Find Files" tab, which will let you do this search prett...
- 16 Oct 2025 02:20
- Forum: Tips & Tricks, Questions & Answers
- Topic: Power Filter XYTB Command (Images >50KB Size) Help
- Replies: 4
- Views: 134
Re: Power Filter XYTB Command (Images >50KB Size) Help
It would be great if we could do it all from one quicksearch by combining both regex and booleans, such as... >\.(png|webp|jpeg|svg)$ AND "size: > 50KB" However, since that doesn't work, the simplest way I know of to do this (Besides using the "Find Files" tab) is to run TWO quic...
- 06 Oct 2025 23:16
- Forum: Script Exchange
- Topic: [XYScript] 7-ZipXY: Portable Extraction & Archiving Using 7-Zip
- Replies: 5
- Views: 5182
Re: [XYScript] 7-ZipXY: The Right-Click Options
Pushed v2.0, which adds a handful of new commands and fixes one that wasn't working right. I also made it more portable than before, so now it's not hard-coded to look for the script's folder in the
<xyscripts>
directory.- 03 Oct 2025 16:55
- Forum: Other Software
- Topic: Support for W10 ends on October 14, 2025.
- Replies: 7
- Views: 959
Re: Support for W10 ends on October 14, 2025.
I'm still on 10 myself, might look into the upgrade this weekend. Hoping there's no breaking compatabilities with any of the software I use 
- 02 Oct 2025 06:40
- Forum: Wishes
- Topic: Copying/Moving - Overwrite ALL and Skip ALL buttons
- Replies: 3
- Views: 744
Re: Copying/Moving - Overwrite ALL and Skip ALL buttons
In 'Configuration|File Operations', you can enable the 'Default to repeat action on collisions' check-box. Doing so makes the dialog checkbox ticked by default, which in turns makes the 'Overwrite' and 'Skip' buttons act as 'All' buttons. Makes sense if you think about it, though not completely appa...
- 23 Sep 2025 17:55
- Forum: Bug Reports
- Topic: Doesn't shows empty icon
- Replies: 3
- Views: 562
Re: Doesn't shows empty icon
Use the code tag when posting in the forums. Your syntax is wrong, everything after // is just a comment. *\ /e>D:\sync\exe\folder icons\folder.ico //matches all empty folder The example you see in this other thread looks a bit different because it uses a built-in XY variables; <xypath> https://www....
- 18 Sep 2025 19:31
- Forum: Tips & Tricks, Questions & Answers
- Topic: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
- Replies: 702
- Views: 281883
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
I've had my license for about 5 years now, and yeah I would definitely pay for a new product if x64 was deemed as such. That being said, over the last 5 years, I've purchased and gifted just short of 10 licenses to various friends/family. It might not be the same as a selfless donation, but I like t...
- 21 Aug 2025 03:15
- Forum: Tips & Tricks, Questions & Answers
- Topic: Running XY64 and XY32 independently
- Replies: 4
- Views: 2071
Re: Running XY64 and XY32 independently
I assume you're already running portably, so you literally just have to make a copy of your x32 XY folder, rename that copy to whatever, run XY and then update it to the latest x64 beta using the command below... That's it, no need to edit your .ini update 1 + 32 + 256; //update to the latest 64-bit...
- 15 Aug 2025 15:48
- Forum: Wishes
- Topic: Go to previous/next sibling folder
- Replies: 16
- Views: 7891
- 15 Aug 2025 15:34
- Forum: Script Exchange
- Topic: AYTS - Another YouTube Script
- Replies: 14
- Views: 6547
- 08 Aug 2025 01:25
- Forum: Tips & Tricks, Questions & Answers
- Topic: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
- Replies: 702
- Views: 281883
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
I noticed today that .svg previews are working again in the floating window :party: At the same time, I noticed that neither the <Escape> key, F11 preview-window keyboard shortcut, or any arrows keys are working to close/change the window. So far I've noticed this behavior with both .svg and .zip fi...
- 21 Jul 2025 18:02
- Forum: Bug Reports
- Topic: SVG Preview x64
- Replies: 10
- Views: 2242
Re: SVG Preview x64
In my case, when using x64, SVG works fine in the preview tab, but it fails to render in the floating preview window. I just get a black screen that will hang XY for a bit before I can close it. I also have .svg defined as a web file preview, though I've tried others and none work. I'm on the curren...