| View previous topic :: View next topic |
| Author |
Message |
DukeProtocol Guest
|
Posted: Sat Jul 28, 2007 12:54 pm Post subject: Multiple Scripts into one EXE |
|
|
I downloaded the source code for OSDHotkey http://www.romeosa.com/osdHotkey/help.html
and I modified it a bit so I could use it fo tutorials better. I have 3 scripts .ahk scripts. I want to compile them into one EXE program, but the compiler doesn't have that function, that I am aware of.
Is there a way to compile multiple .ahk scripts into 1 EXE? |
|
| Back to top |
|
 |
tonne
Joined: 06 Jun 2006 Posts: 1651 Location: Denmark
|
|
| Back to top |
|
 |
DukeProtocol Guest
|
Posted: Sat Jul 28, 2007 1:11 pm Post subject: |
|
|
| Where in the code can I use the #include? |
|
| Back to top |
|
 |
Stefan
Joined: 30 Jul 2004 Posts: 74 Location: Deutschland (sorry for my english)
|
Posted: Sat Jul 28, 2007 8:19 pm Post subject: |
|
|
| DukeProtocol wrote: | | Where in the code can I use the #include? |
Opening the AHK help (right click on tray icon)
and searching for #include
is faster then awaiting an answer.
If you then still have question you are welcome. _________________ Stefan
This post was created with the kindly help of http://dict.leo.org/ and remember: “Allways look on the bright side of Life” |
|
| Back to top |
|
 |
|