Winautomation gurus here?

Krazy Kitty

Regular Member
Joined
Feb 11, 2008
Messages
383
Reaction score
158
How do i make it write text into a form from a text file I have on my computer?

I've been trying for 2 hours now.

Any help would be greatly appreciated.

KK
 
How do i make it write text into a form from a text file I have on my computer?
I've been trying for 2 hours now.
Any help would be greatly appreciated. KK
Just use the "record macro" function .....

HTH

EDIT: I just now noticed the date on your post LOL!
I suppose you've beat it into submission by now huh?

 
Last edited:
How do i make it write text into a form from a text file I have on my computer?

I've been trying for 2 hours now.

Any help would be greatly appreciated.

KK

Here we go:

Files > read text from file (the location of your text file) > store content into 'text' (makes a variable called 'text' which contains the text)

Mouse & keyboard > Move mouse (to the form you want to enter the text into)

left click

wait 1 second

send keys %text%



thats it!
 
Here we go:

Files > read text from file (the location of your text file) > store content into 'text' (makes a variable called 'text' which contains the text)

Mouse & keyboard > Move mouse (to the form you want to enter the text into)

left click

wait 1 second

send keys %text%



thats it!

I am wanting to use some program to do macros... IYHO is the one to use WinAutomation? I had a copy of iMacros a few years back but could not wrap my mind around how to do it. Having only a few brain cells left, I need something to do what I want but prefer a pretty GUI that is more drop and drag and less programming... is WinAutomation it?
 
I am wanting to use some program to do macros... IYHO is the one to use WinAutomation? I had a copy of iMacros a few years back but could not wrap my mind around how to do it. Having only a few brain cells left, I need something to do what I want but prefer a pretty GUI that is more drop and drag and less programming... is WinAutomation it?

Yes winautomation is the bang. Its dead easy to use. I have less barin cells left than you due to weekly Stella Artois induced comas and even i can use it. Look on isohunt for it.
 
Back
Top