Search found 5 matches

by TheBigFut
14 Feb 2020, 17:04
Forum: AutoHotkey_H
Topic: Issue with ahkexec/installation
Replies: 6
Views: 3469

Re: Issue with ahkexec/installation

The updated version is already online? Because I downloaded again few minutes ago (from https hotkeyit.github.io /v2/) Broken Link for safety and I am still having the same problem... (Note: I just overwrite the .exe files and the ones in the compiler folder without un-installing and re-installing) ...
by TheBigFut
14 Feb 2020, 12:18
Forum: AutoHotkey_H
Topic: Issue with ahkexec/installation
Replies: 6
Views: 3469

Re: Issue with ahkexec/installation

Thanks for answering! Here's a full code: MsgBox, 10 a := "MsgBox, 20" b := AhkExec(a) MsgBox, 30 c = 40 MsgBox, %c% When I run it, it gives me the 10 and 20 msgbox but not the 30 and 40. Also, I noticed that it takes quite some time running, I got: "Exit code: 3221226356 Time: 6.226" Another intere...
by TheBigFut
14 Feb 2020, 06:15
Forum: AutoHotkey_H
Topic: Issue with ahkexec/installation
Replies: 6
Views: 3469

Issue with ahkexec/installation

I installed ahk_h on ahk_L. Old codes work fine, but I am having problems with ahkExec and I don't know if I messed up something during the installation or if the problem is anywhere else. The situation is the following: - if I run scripts compatible with ahk_L everything works fine. - if I run a sc...
by TheBigFut
13 Feb 2020, 15:55
Forum: AutoHotkey_H
Topic: Running ahk_L and ahk_H at the same time
Replies: 2
Views: 2407

Re: Running ahk_L and ahk_H at the same time

I re-installed everything and now it's working fine. (I was working with version 1 of both)

Thank you very much!
by TheBigFut
13 Feb 2020, 12:49
Forum: AutoHotkey_H
Topic: Running ahk_L and ahk_H at the same time
Replies: 2
Views: 2407

Running ahk_L and ahk_H at the same time

Hello everyone. I've been using AutoHotKey_L for a while now, so I already wrote down some codes I use every day. Recently, I figured out that for a specific code I had in mind I needed a function like "exec" in python. Unfortunately, it looked like AutoHotKey_L didn't have any way to do it, but _H ...

Go to advanced search