Page 1 of 1

HELP_AUTOMATIC SEQUENCE

Posted: 09 Jul 2014, 17:27
by Nejib
Hello everebody,

This is the first time I use Actionaz , it seems great but as I am not an expert , I don't know if it can solve my problem.
I want to open 10000 files with a specific programm and plot curves by clicking on many buttons in this programm.
I would like to make the sekence for the first file and the sequence will be repeated automatically for the rest of files.
Could you help me please ?
I will be very gratefull and thank you very much for your responses :)

Re: HELP_AUTOMATIC SEQUENCE

Posted: 10 Jul 2014, 12:58
by francois
Actionaz is perfectly suited to your needs.

Just a note:
- Actionaz does not work as a macro recorder in Excel.

With Actionaz, we must define what we do.
Either via the 'Actions' (notion Actionaz) ,
either via code (which looks like javascript)

Francois

Re: HELP_AUTOMATIC SEQUENCE

Posted: 13 Aug 2014, 11:26
by Jmgr
Hi,

Sorry for the late reply, I was afk.

You could start by starting your program using the Detached command action, wait until it has started using a Window condition action, then simulate the required clicks with the action of the same name. To repeat all that, you could use a loop action and a variable containing the name of the file you want your program to open.