Jump to content

Recommended Posts

Posted

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:

  • Moderators
Posted

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.

Posted

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"

Posted

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!!
Posted

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

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
  • Recently Browsing   0 members

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