Need more than Sendkeys. What is the tool for the job?

  • Thread starter gimme_this_gimme_that
  • Start date
G

gimme_this_gimme_that

I have about 200 Word documents in a directory and meta data for those
files in an Excel Worksheet.

I'd like to upload these files into a Windows application.

I need a scripting tool that will connect to an open windows
application,

Fill some controls with meta data from the Excel Worksheet,

Then click a button that results in having the Window application store
the file.

What tool would do this job?


I vaguely recall working on a test product circa 1996 that would allow
you to turn on a recorder and record user activites by recording the
events of the Windows API and created a VB script. Any ideas on what
that product was. I think I got it from Microsoft Subscription. Any
ideas?

Thanks.
 
N

NickHK

What is this "Windows application" ?
Depends which methods it supports. Can you send the file names via the
command line ?

Not sure which recording app you are talking about, but AutoIt lets you
record mouse movement, clicks etc.
http://www.autoitscript.com/autoit3/

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top