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
HELP_AUTOMATIC SEQUENCE
Re: HELP_AUTOMATIC SEQUENCE
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
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
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.
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.
"My software never has bugs. It just develops random features."