Hello,
I am wondering if there is a way to instantly execute the script, when you open it. This is useful for some tasks.
Greetings
Actionaz execute when open
Re: Actionaz execute when open
Of course. See the parameter list : http://wiki.actionaz.org/doku.php?id=en:commandline
"My software never has bugs. It just develops random features."
Re: Actionaz execute when open
Thanks, but where do I have to put that?
Re: Actionaz execute when open
You have multiple choices here. You could run Actionaz from the command line, "cmd" under Windows : "actionaz -execute myScript.ascr".
Or you could create a shortcut for actionaz.exe and add the parameters at the end.
Or you could create a shortcut for actionaz.exe and add the parameters at the end.
"My software never has bugs. It just develops random features."
Re: Actionaz execute when open
Rightclick on Actionaz.exe -> Properities -> "C:\Program Files\Actionaz\actionaz.exe" actionaz -execute myscript.ascr
Doesnt work. My mouse cursor changes to "loading" for ~1 sec and then nothing happens.
In cmd nothing happens too.
I have an other problem with the action command. When I try to open mirc.exe with it (a chat program) then it starts the program and then in the execution window it says: command... Nothing happens and it doesnt goes to the next step, until I close the program . How to fix that?
Doesnt work. My mouse cursor changes to "loading" for ~1 sec and then nothing happens.
In cmd nothing happens too.
I have an other problem with the action command. When I try to open mirc.exe with it (a chat program) then it starts the program and then in the execution window it says: command... Nothing happens and it doesnt goes to the next step, until I close the program . How to fix that?
Re: Actionaz execute when open
My bad, it's
Code: Select all
"C:\Program Files\Actionaz\actionaz.exe" --execute myscript.ascr
Try using the "detached command" action. The "command" action waits until the started command is finished.I have an other problem with the action command. When I try to open mirc.exe with it (a chat program) then it starts the program and then in the execution window it says: command... Nothing happens and it doesnt goes to the next step, until I close the program . How to fix that?
"My software never has bugs. It just develops random features."
Re: Actionaz execute when open
Not enough rights to run the script?
Re: Actionaz execute when open
It depends on what your script is doing. Does it work if you run your shortcut with "Run as administrator" ?
"My software never has bugs. It just develops random features."
Re: Actionaz execute when open
Sorry for not answering.
The script just mouseclicks and types a text. Run as administrator doesnt help.
The script just mouseclicks and types a text. Run as administrator doesnt help.
Re: Actionaz execute when open
Could you post the script ? So that I can try to reproduce the problem here.
"My software never has bugs. It just develops random features."