| View previous topic :: View next topic |
| Author |
Message |
DukeProtocol Guest
|
Posted: Sat Jul 28, 2007 1: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: 1159 Location: Denmark
|
Posted: Sat Jul 28, 2007 2:00 pm Post subject: |
|
|
Use #Include... _________________ there's a dog barking close within the range of my ear
sounds like he wants to escape the chain
he would probably bite me to death if he could
but the chain lets me spit in his face
- Kashmir |
|
| Back to top |
|
 |
DukeProtocol Guest
|
Posted: Sat Jul 28, 2007 2:11 pm Post subject: |
|
|
| Where in the code can I use the #include? |
|
| Back to top |
|
 |
Stefan
Joined: 30 Jul 2004 Posts: 72 Location: Deutschland (sorry for my english)
|
Posted: Sat Jul 28, 2007 9: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 |
|
 |
|