Page 1 of 1
Question about command to be used in robo
Posted: Wed Jul 02, 2008 3:33 am
by Super-Azo
Hi to all! I want to know which commands can be used in robotask, especially networks command. Can you give me an example of which commands work whit this program? Many thanks
Question about command to be used in robo
Posted: Thu Jul 03, 2008 11:40 pm
by Oleg
"Send network message" sends simple string. System of another computer intersepts this message and displays it on the screen.
"Sent network command" work with "Network listener" event. See examples here.
Also you can find more examples here.
Question about command to be used in robo
Posted: Fri Jul 04, 2008 10:02 am
by Super-Azo
First of all thanks for the reply. I've seen your link but i dont understand which commands can be used in robotask: I've found this string in your example: ""Hello, world!" But i dont understand if this is a command or simply a message.... Pratically i have two computer wired in a lan, if i send the command "hello, world" the 2nd pc what receive?
Question about command to be used in robo
Posted: Fri Jul 04, 2008 10:16 pm
by Oleg
Listener receive any command from "Send command" action and runs the task. This example responds on any received string and displays received string on the screen. You can set up the "Listener" in order to start the task on some specified string.
Question about command to be used in robo
Posted: Sat Jul 05, 2008 1:23 am
by Super-Azo
Ok! I understood.. A last thing: If i want run task when the computer starts how can make it? I've used "on idle" events but if i use computer before task, it doesnt run...
Ps sorry for my english, i'm italian..
Question about command to be used in robo
Posted: Thu Jul 10, 2008 6:13 am
by Super-Azo
Can anyone help me?
Question about command to be used in robo
Posted: Thu Jul 10, 2008 6:57 am
by Oleg
Go to the "Triggering events" tab of task editor
Look at the bottom of tab and see two checkboxes:
"Run when RoboTask starts" and "Run when RoboTask quits".
Turn on first checkbox and the task will be started every time when you start computer.
"On idle" event runs the task when you don't touch mouse and keyboard during specified time. But computer is working.
Question about command to be used in robo
Posted: Thu Jul 10, 2008 11:34 am
by Super-Azo
Ah ok! thanks for the reply, i try it now!
EDIT: Perfect, i use "run when robotask starts" with "wait" task and work for me!