Messages - Maestr0 [ switch to compact view ]

Pages: prev1 2 3 [4] 5 6next

17
N.A.N.Y. 2019 / Re: NANY 2019: Shorthand 3_2
« on: January 12, 2019, 02:12 PM »
You were right about the alterations I made to the ini file. Those appear to be unnecessary.

Thank you for the confirmation. I don't know how to code to prevent that. There's no communication between Everything and the script that allows for that as far as I can see.

18
N.A.N.Y. 2019 / Re: NANY 2019: Shorthand 3_2
« on: January 11, 2019, 02:33 PM »
@echo OFF

SET ShortHandFolder=%~s1
START %ShortHandFolder%app\AHKv2_x32.exe %ShortHandFolder%shorthand3_ahk2.ahk
SET ShortHandFolder=

gotcha, will use that one (and hope Windows doesn't stop using shortfoldernames anytime soon :D

19
N.A.N.Y. 2019 / Re: NANY 2019: Shorthand 3_2
« on: January 11, 2019, 02:32 PM »
I can expand on that.  First I tried the search term 'look' and I got results but only from the C:\  partition. Then I added the highlighted text (I have several pen drives, each with it's own drive letter) to  the ini file and now the same search term returns results from multiple partitions.

[ Invalid Attachment ]

oh, the system_list entry there is not required for searching. Those are just used for scoring. I think it's more likely that results from earlier searches didn't find those other drives, because "Everything" wasn't finished building the index yet. Could you remove the additions from system_list and see if you can confirm my thoughts?

20
N.A.N.Y. 2019 / Re: NANY 2019: Shorthand 3_2
« on: January 06, 2019, 09:37 AM »
alternatively, I guess I could use code like this (but if the long paths work with the quotation marks, I don't see the need):
@echo OFF

SET ShortHandFolder=%~s1
START %ShortHandFolder%app\AHKv2_x32.exe %ShortHandFolder%shorthand3_ahk2.ahk
SET ShortHandFolder=

Pages: prev1 2 3 [4] 5 6next
Go to full version