| View previous topic :: View next topic |
| Author |
Message |
helpme
Joined: 22 Apr 2007 Posts: 33
|
Posted: Fri Jun 08, 2007 1:01 am Post subject: How to divide Autohotkey script into several files? |
|
|
Dear AutoHotkey Gurus,
Is there a way to divide the Autohotkey script into several files?
When the software gets big, everything contained in one file can make things messy. As I am not blessed with a complex mind, I would like to keep things simple and tidy.
Once again, thanks in advance. |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Fri Jun 08, 2007 4:33 am Post subject: |
|
|
#Include will put different script files into one larger one. Search also for majkinetor's Join script. It may be useful to you. There isn't a good way to do it automatically. _________________
(Common Answers) |
|
| Back to top |
|
 |
|