ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > Living Room

AHK Help anyone?

<< < (7/7)

TheQwerty:
You probably want something like:

--- ---;Get the current time.
now := A_Now

;Subtract the creation time from current (give result in days, other options listed under EnvSub)
now -= %TimeToFix%, Days

if (now > 7) {
Run myjunk.exe
}
return

BinderDundat:
Does anyone have a basic reference for ahk scripting concepts.  The help file is nice, but I have trouble doing anything more complex than creating hotkeys mainly because I really don't know basic concepts.  The wiki on ahk is really incomplete and I have a few really basic projects that I can't make happen despite trying several plausible approaches.  I don't want to have you all writing trivial scripts for me, so if you know of a useful resource - even a different language that shares concepts with ahk - I would be grateful.

jgpaiva:
I think that the perfect place to start would be skrommel's 1hour software site, there are lots of scripts over there, and some of those are quite complex!

Navigation

[0] Message Index

[*] Previous page

Go to full version