| View previous topic :: View next topic |
| Author |
Message |
raUber
Joined: 19 Mar 2009 Posts: 5
|
Posted: Thu Mar 26, 2009 1:30 am Post subject: making an *.exe file out of autohotkey scripts (possible?) |
|
|
hi everyone. so maybe i didnt understand the whole concept of autohotkey or what ever.
but i wrote a couple of scripts and now i was wondering if there is a better way of copy and paste these scripts in my main .ahk file to execute them when ever i want to use them?
eg. what my headline says.
thanks in advance _________________ the ungroundable v°°v |
|
| Back to top |
|
 |
Superfraggle
Joined: 02 Nov 2004 Posts: 1019 Location: London, UK
|
Posted: Thu Mar 26, 2009 1:37 am Post subject: |
|
|
If you have AHK installed you can just double click the scripts to run them. But you have to have AHK installed via the installer or manually set up the file associations.
Also if installed you can right click a script and select compile, which will convert the ahk script into an executable. The other way of doing this is using the ahk to exe program that comes with autohotkey. _________________ Steve F AKA Superfraggle
http://r.yuwie.com/superfraggle |
|
| Back to top |
|
 |
sinkfaze
Joined: 18 Mar 2008 Posts: 5043 Location: the tunnel(?=light)
|
Posted: Thu Mar 26, 2009 2:11 am Post subject: Re: making an *.exe file out of autohotkey scripts (possible |
|
|
| raUber wrote: | | ...i wrote a couple of scripts and now i was wondering if there is a better way of copy and paste these scripts in my main .ahk file to execute them when ever i want to use them? |
To avoid having several scripts running at once you can always include them as if they're part of your main script. _________________ Try Quick Search for Autohotkey or see the tutorial for newbies. |
|
| Back to top |
|
 |
raUber
Joined: 19 Mar 2009 Posts: 5
|
Posted: Thu Mar 26, 2009 4:42 pm Post subject: |
|
|
thank you.
thats what i wanted to know. _________________ the ungroundable v°°v |
|
| Back to top |
|
 |
|