Jump to content

Recommended Posts

  • Moderators
Posted

Nice macro list!

But I dont see one for @currentdir

to get the current folder the script is run in!

@ScriptDir

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

Hi,

@ScriptName

Filename of the running script.

@ScriptDir

Directory containing the running script. (Result does not contain a trailing backslash)

@ScriptFullPath

Equivalent to @ScriptDir & "\" & @ScriptName

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

Posted

wow

and the race is over

Smoke_N is first at 3:21

the.meger is second at 3:21

and rudika at 3:21

O.o

o.O

~cdkid

AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Posted

wow

and the race is over

Smoke_N is first at 3:21

the.meger is second at 3:21

and rudika at 3:21

O.o

o.O

~cdkid

HI,

:o:geek:! I think I won, because I wrote the most of all. ;)

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

  • Moderators
Posted

HI,

:o:geek:! I think I won, because I wrote the most of all. :sorcerer:

So long,

Mega

Nah... you copy and pasted... but yeah.. the "HI"/So Long/Meger was more writing ;)

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

Nice macro list!

But I dont see one for @currentdir

to get the current folder the script is run in!

You mean @workingdir

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
×
×
  • Create New...