Re: [AHK] redirecting Windows Explorer to XY
Posted: 16 Apr 2022 17:32
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Hi WirlyWirly,WirlyWirly wrote: ↑16 Apr 2022 02:47 Also, @autocart, thanks a bunch for this script! I've been using it for months with no issues. If I had to make a suggestion it would be to standardize the .ahk filename going forward. Having the version number in the docstring is standard, regular changes to the filename break scripts such as this little toolbar script. Not a big deal and an easy fix for the end user, but just thought I'd mention it.
Keeping a .log file for the version info and other stuff might be useful too. With syntax highlighting it's easy to tell where comments end, but for people who don't use such an editor big blocks of comments can make it difficult to navigate.
Code: Select all
Run, D:\Tools\XYplorer\XYplorer.exe /feed='::#1029'
sleep, 5000
Run, D:\Tools\XYplorer\XYplorer.exe /feed='::#1029'
WinWait, ahk_class ThunderRT6FormDC,,15