Search found 8 matches

by pilgrimlyieu
16 Jul 2023, 11:03
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2070945

Re: Issues with registering, Post your username here...

joedf wrote:
16 Jul 2023, 08:55
@pilgrimlyieu Please try logging in now. You can email me as well if you are unable to post here or whatnot.
That's it, Thanks again!
by pilgrimlyieu
16 Jul 2023, 05:06
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2070945

Re: Issues with registering, Post your username here...

joedf wrote:
15 Jul 2023, 20:26
Okay activated... but now there are 2 accounts? @btptp and @pilgrimlyieu
Can I merge the account? (move the posts to one account and delete the other account?)
OK. Thanks a lot!
by pilgrimlyieu
15 Jul 2023, 19:58
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2070945

Re: Issues with registering, Post your username here...

joedf wrote:
15 Jul 2023, 15:30
@btptp You want me to change your username to "PilgrmLyieu" ?
Sorry, I didn't express myself clearly. I want my inactive account with the username "PilgrimLyieu" and email "******@*******.****" activated.
by pilgrimlyieu
15 Jul 2023, 09:12
Forum: Ask for Help (v2)
Topic: Using cli to execute scripts meets error while both v1&v2 installed Topic is solved
Replies: 7
Views: 629

Re: Using cli to execute scripts meets error while both v1&v2 installed Topic is solved

mikeyww wrote:
15 Jul 2023, 08:51
Can do like this.

Code: Select all

SET uxDir=%ProgramFiles%\AutoHotkey\UX
SET script=%USERPROFILE%\Desktop\test.ahk
START "Script" "%uxDir%\AutoHotkeyUX.exe" "%uxDir%\launcher.ahk" "%script%"
Simpler:

Code: Select all

SET script=%USERPROFILE%\Desktop\test.ahk
START "Script" "%script%"
Nice! Thanks a lot!
by pilgrimlyieu
15 Jul 2023, 08:41
Forum: Ask for Help (v2)
Topic: Using cli to execute scripts meets error while both v1&v2 installed Topic is solved
Replies: 7
Views: 629

Re: Using cli to execute scripts meets error while both v1&v2 installed Topic is solved

mikeyww wrote:
15 Jul 2023, 08:12
Yep, use full paths. It always works, regardless of the current working directory or environment variables.
Useful but not pretty. Anyway thank you very much!
by pilgrimlyieu
15 Jul 2023, 06:43
Forum: Ask for Help (v2)
Topic: Using cli to execute scripts meets error while both v1&v2 installed Topic is solved
Replies: 7
Views: 629

Re: Using cli to execute scripts meets error while both v1&v2 installed Topic is solved

Yes. The answer is here: Command-line usage . If using an AutoHotkey script, you might also be able to call the Run function directly with your script path, omitting the .exe. Thanks. It works but in an unexpected way(at least for me). The tutorial uses the following command AutoHotkeyUX.exe launch...
by pilgrimlyieu
15 Jul 2023, 04:25
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2070945

Re: Issues with registering, Post your username here...

User Name: PilgrmLyieu

I cann't recieve the activating email(even in spam) and this account is registerred using no-longer-used email.
by pilgrimlyieu
15 Jul 2023, 04:22
Forum: Ask for Help (v2)
Topic: Using cli to execute scripts meets error while both v1&v2 installed Topic is solved
Replies: 7
Views: 629

Using cli to execute scripts meets error while both v1&v2 installed Topic is solved

For some reason, I have both v1(1.1.37.01) and v2(2.0.4) installed via the second method in https://www.autohotkey.com/docs/v2/Program.htm#install_v1. And it can work normal if I double click scripts requiring different version of AutoHotkey. However error occurs when I execute scripts using cli wit...

Go to advanced search