Thanks for all the cogitations you all make for "my" idea about "default.ahk".
------------------------------------------------------------------
- AKH scripts should be portable, of course, right.
But If i copy some script to a another PC,
i have to copy the "default.ahk" or a part of it too.
Or i copy the the relevant information into my script.
No matter.
I have to do this right now: i copy INIs, TSA_Names.ora, export registry settings ,... and so on with the apps i copy, too.
User who want to be portable didn´t must use this "default.ahk" (They work as the do bevor.)
For others may it be helpful <?> (They wrote there script moduls only ones)
And / or this "default.ahk" s could be shared from AHK web side <?>
Or come with the installation packed <?>
So Chris can put all this "tricks scripts" into it, not only into the help.
------------------------------------------------------------------
- That statment about compilling issue is important too, thanks for bring it up.
Of course i can use "#Include default.ahk,
but then i have to think about to inlude this in my compilation on my own too, isn´t it?
(but i to recognize it better, because i see the #include line, OK OK

)
------------------------------------------------------------------
- "Autoexec" is not the right name for what this *.ahk file should do, IMHO.
It shoult not "auto execute" smtg,
but contain "default" things.
I am think about "default.ahk"
for all that little scripts like that for %A_YWeek.
So Chris didn´t have to include always new vars into AHK,
but we (they who want this) can put this "default scripts"
in one central file, no matter what name this file will have.
And from now on we can use this new var in all our scripts.
------------------------------------------------------------------
So atleast the possibility to use a "what_ever_name.ahk"
for such default things / scripts would be handy ?
Maybe AHK.exe should first search in script_dir,
is there non than in AHK_install_dir for such a file.
Is this to many senseless work
or to less intresting for others
i will use #include xxx,
thanks
Stefan