ktuimala Posted June 30, 2007 Posted June 30, 2007 I endorse the lazy code of a programmer. I am developing a lot of custom functions for my projects. I am to damn lazy to navigate to the AutoIT include directory when saving my files. Is there a way to add another directory in addition to the Include folder to the AutoIT path?
Moderators SmOke_N Posted June 30, 2007 Moderators Posted June 30, 2007 I endorse the lazy code of a programmer. I am developing a lot of custom functions for my projects. I am to damn lazy to navigate to the AutoIT include directory when saving my files. Is there a way to add another directory in addition to the Include folder to the AutoIT path? #include "Full Path To .au3" Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
RDSchaefer Posted June 30, 2007 Posted June 30, 2007 I endorse the lazy code of a programmer. I am developing a lot of custom functions for my projects. I am to damn lazy to navigate to the AutoIT include directory when saving my files. Is there a way to add another directory in addition to the Include folder to the AutoIT path? Yes, just add a semi-colon then your path to the line, as in: CODEREGEDIT4 [HKEY_CURRENT_USER\Software\AutoIt v3] [HKEY_CURRENT_USER\Software\AutoIt v3\AutoIt] "Include"="X:\\Program Files\\AutoIt3\\Include;Y:\\Code\\AUT"
ktuimala Posted July 5, 2007 Author Posted July 5, 2007 Yes, just add a semi-colon then your path to the line, as in: CODEREGEDIT4 [HKEY_CURRENT_USER\Software\AutoIt v3] [HKEY_CURRENT_USER\Software\AutoIt v3\AutoIt] "Include"="X:\\Program Files\\AutoIt3\\Include;Y:\\Code\\AUT" That is much more conducive. Thanks!!
Xenobiologist Posted July 5, 2007 Posted July 5, 2007 Hi, or put all the func in one au3 file a save it in the includes folder. After that you may use my organize includes script sse sig. So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
Developers Jos Posted July 5, 2007 Developers Posted July 5, 2007 SciTEConfig has a field to specify the extra include directory which sets the Registry as RDSchaefer specified. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now