Jump to content

AutoIT include path


Recommended Posts

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?

:rolleyes:

Link to comment
Share on other sites

  • Moderators

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?

:rolleyes:

#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.

Link to comment
Share on other sites

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?

:rolleyes:

Yes, just add a semi-colon then your path to the line, as in:

CODE
REGEDIT4

[HKEY_CURRENT_USER\Software\AutoIt v3]

[HKEY_CURRENT_USER\Software\AutoIt v3\AutoIt]

"Include"="X:\\Program Files\\AutoIt3\\Include;Y:\\Code\\AUT"

Link to comment
Share on other sites

Yes, just add a semi-colon then your path to the line, as in:

CODE
REGEDIT4

[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!!
Link to comment
Share on other sites

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. :whistle:

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

Link to comment
Share on other sites

  • Developers

SciTEConfig has a field to specify the extra include directory which sets the Registry as RDSchaefer specified.

:whistle:

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.
  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...