Question about command to be used in robo

Discuss RoboTask here
Post Reply
Super-Azo
Posts: 5
Joined: Wed Jul 02, 2008 3:25 am

Question about command to be used in robo

Post 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
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Question about command to be used in robo

Post 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.
Super-Azo
Posts: 5
Joined: Wed Jul 02, 2008 3:25 am

Question about command to be used in robo

Post 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?
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Question about command to be used in robo

Post 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.
Super-Azo
Posts: 5
Joined: Wed Jul 02, 2008 3:25 am

Question about command to be used in robo

Post 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..
Super-Azo
Posts: 5
Joined: Wed Jul 02, 2008 3:25 am

Question about command to be used in robo

Post by Super-Azo »

Can anyone help me?
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Question about command to be used in robo

Post 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.
Last edited by Oleg on Thu Jul 10, 2008 11:01 am, edited 1 time in total.
Super-Azo
Posts: 5
Joined: Wed Jul 02, 2008 3:25 am

Question about command to be used in robo

Post 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!
Last edited by Super-Azo on Fri Jul 11, 2008 5:10 am, edited 1 time in total.
Post Reply