Page 1 of 1
Strange Xyplorer Script Running - Please Help
Posted: 07 Apr 2025 12:11
by LBCOOLG
I'm getting a strange script running each time I use Xyplorer, please help - see attached image. I have to cancel it each time I switch back to Xyplorer from any window as it always pops up.
Re: Strange Xyplorer Script Running - Please Help
Posted: 07 Apr 2025 12:22
by highend
If you don't have a custom event action defined (that runs that script) you're using an external tool (mabe an .ahk script?) that does it...
Re: Strange Xyplorer Script Running - Please Help
Posted: 07 Apr 2025 14:55
by LBCOOLG
Thanks for the help. I am using a useful AutoHotKey script QuickSwitch.exe that is probably causing the issue. I intend to keep using that script, so I'll need to work out how to get it to play nice with Xyplorer...any suggestions are welcome.
Re: Strange Xyplorer Script Running - Please Help
Posted: 07 Apr 2025 15:15
by highend
Get the source, search for copytext should be a starting point?
Re: Strange Xyplorer Script Running - Please Help
Posted: 07 Apr 2025 16:07
by Horst
LBCOOLG wrote: ↑07 Apr 2025 14:55
Thanks for the help. I am using a useful AutoHotKey script QuickSwitch.exe that is probably causing the issue. I intend to keep using that script, so I'll need to work out how to get it to play nice with Xyplorer...any suggestions are welcome.
QuickSwitch does not start anything when XY is started.
It runs in the background and opens when a File Open/Save dialog is shown.
What version of QuickSwitch you are running ?
Re: Strange Xyplorer Script Running - Please Help
Posted: 07 Apr 2025 18:11
by jupe
You probably just accidentally enabled Stepping Mode, just disable it from the Scripting menu.
Scripting | Step Mode
Ctrl+Alt+S
Re: Strange Xyplorer Script Running - Please Help
Posted: 08 Apr 2025 05:35
by LBCOOLG
jupe wrote: ↑07 Apr 2025 18:11
You probably just accidentally enabled Stepping Mode, just disable it from the Scripting menu.
Scripting | Step Mode
Ctrl+Alt+S
Thanks so much! I never even knew about Stepping Mode, but I use CTRL + ALT + S in other applications so I must have had Xyplorer in focus without knowing when I hit that keyboard combo and inadvertently turned Stepping Mode on. Disabling Stepping Mode seems to have stopped the script running when not wanted!

Re: Strange Xyplorer Script Running - Please Help
Posted: 08 Apr 2025 11:39
by klownboy
Disabling stepping isn't going to stop the script from running when you don't want it to run. It's going to prevent you from seeing it run. So you still may want to investigate further as to why that script is running when it does.
Re: Strange Xyplorer Script Running - Please Help
Posted: 08 Apr 2025 14:10
by Horst
klownboy wrote: ↑08 Apr 2025 11:39
Disabling stepping isn't going to stop the script from running when you don't want it to run. It's going to prevent you from seeing it run. So you still may want to investigate further as to why that script is running when it does.
If he runs Quick Switch in the background
it will run if an Open/Save dialog is seen.
But it is written in AHK and only communicates with XY
using WM_COPYDATA and SendMessage.
Re: Strange Xyplorer Script Running - Please Help
Posted: 08 Apr 2025 22:25
by jupe
Yeah as Horst mentioned, I think it was already established why, how and when the script was running earlier in the thread.
@LBCOOLJ: If you wanted, you can disable that shortcut key combo for XY via
CKS
Re: Strange Xyplorer Script Running - Please Help
Posted: 19 Apr 2025 12:12
by Raf
LBCOOLG wrote: ↑07 Apr 2025 14:55
Thanks for the help. I am using a useful AutoHotKey script QuickSwitch.exe that is probably causing the issue. I intend to keep using that script, so I'll need to work out how to get it to play nice with Xyplorer...any suggestions are welcome.
QuickSwitch got a massive update:
https://github.com/JoyHak/QuickSwitch