I sometimes have 4 instances running for testing purpose, 2 of which start always automatically with Windows.Horst.Epp wrote: 2021-10-11, 16:41 UTC In your case the script does not found a running Everything instance
and there is no result file created of course.
I use Everything 1.5 without an alpha instance so the script founds the handle of it.
So you have not running Everything or there is no handle which can be found by
hWnd := WinExist("im).*?Everything$ ahk_class EVERYTHING")
If your handle is another one you have to change this line in the AHK.
I check this with the AU3_Spy.exe from Autohotkey.
Also compiling the script is just an right click on the AHK file and select Compile Script.
- Everything DEBUG-1.5.0.1278a.x64-t2 (5.10.2021)
- Everything 1.5.0.1279a (x64) - (DRIVE-C)
- Everything 1.5.0.1279a (x64) - (PRIVATE)
- Everything 1.5.0.1279a (x64) - (PRIVAT)
Code: Select all
-----------------------------------------------------------------------------------------------
| Everything (x64) | Everything (x64) | Everything (x64) | Everything (x64) |
| ("MAIN instance") | (Instance: DRIVE-C) | (Instance: PRIVATE) | (Instance: PRIVAT) |
| \Startup|DEBUG vers. | manually started | ...\Startup | manually started |
-----------------------------------------------------------------------------------------------
was created, but not accessible in Total Commander.
Thank you for pointing this out."Also compiling the script is just an right click on the AHK file and select Compile Script."
Thanks for the tip.Ovg wrote: 2021-10-11, 16:46 UTC 2tuska
Remove $ fromand try againCode: Select all
hWnd := WinExist("im).*?Everything$ ahk_class EVERYTHING")
Something is moving - but I now get a "result" that I don't like at all:
A click on the folder %COMMANDER_PATH%\EV-Results\ opens %COMMANDER_PATH% for me.
However, the current EV-Results.txt file is visible in Windows Explorer.
I am now resetting my settings and will probably tackle the issue again at a later date after my nerves have calmed down.
Thanks anyway for the support.