Help - Search - Members - Calendar
Full Version: need a littel help
AC Tools Everything Macro > AC Tool > AC Tool Discussion
blacksipper
i was trying to make a clock but i encounterd a littel problem when i put for example: keydown {year}
it won't type numbers but the letters that are under the numbers on my keyboard help me pls =/
DaMOB
QUOTE(blacksipper @ Feb 21 2009, 04:45 PM) *
i was trying to make a clock but i encounterd a littel problem when i put for example: keydown {year}
it won't type numbers but the letters that are under the numbers on my keyboard help me pls =/

Don't use keydown use Keys.
blacksipper
tryed it, but it gave the same result,
gess i just suck at it >_<
i'm gonne give up , i'll keep it to adjusting knight online macros
tormenato64
?? it DOES work, type this in a NEW file:
CODE
Setactivewindow Document - WordPad //For wordpad ofc, it will get wordpad to be the active window (must b opened)
delay 200
Keys {day}
keys /
keys {month}
keys /
keys {year}


you should have (for this date) 26/2/2009

and another one EVEN BETTER tongue.gif

CODE
Setactivewindow Document - WordPad
delay 1000
keys {now} //this will type the date, AND the time;)


This will be shown as: 02-26-2009 15:02:41:468
blacksipper
euh tryed it still not works it might be the that this computer won't allow it or some thing ( it's vista btw )
cobalt06
QUOTE(blacksipper @ Mar 4 2009, 01:38 PM) *
euh tryed it still not works it might be the that this computer won't allow it or some thing ( it's vista btw )

For Vista, right click on the AC Tool program icon and go to "Open as Administrator"

When a program is ran as an administrative program, it can override other programs (such as WordPad). This should solve your problem of it not working.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.