incorporate exe in ahk exe

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
usser
Posts: 146
Joined: 22 Oct 2014, 13:03

incorporate exe in ahk exe

26 Mar 2015, 05:07

hello!

is it possible to incorporate inside the standalone .exe file of an ahk program, another exe that will be triggered from the ahk script? and make it one file altogether?

thanks!
User avatar
empardopo
Posts: 336
Joined: 06 Oct 2013, 12:50
Location: Spain
Contact:

Re: incorporate exe in ahk exe

26 Mar 2015, 05:42

I never have used it but perhaps FileInstall could be useful for you.
Greetings.

Note: This link is interesting and this one too.
Everything is possible!
Guest

Re: incorporate exe in ahk exe

27 Mar 2015, 02:33

HotKeyIt wrote:BinRun()
Interesting but very difficult to me. (I don't see any examples how can I run a exe file).
just me
Posts: 9555
Joined: 02 Oct 2013, 08:51
Location: Germany

Re: incorporate exe in ahk exe

27 Mar 2015, 02:50

Any reason for hiding the exe?
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: incorporate exe in ahk exe

27 Mar 2015, 05:04

There is an example

Code: Select all

FileRead,file,*c %A_AhkPath%
BinRun(&file,"`nMsgBox %0%``n%1%``n%2%","Hello World!")
MsgBox End

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], labrint and 188 guests