Trigger on content Putty window ?

Discuss RoboTask here
Post Reply
dragonetti
Posts: 1
Joined: Sat Dec 11, 2010 6:13 pm
Location: Netherlands

Trigger on content Putty window ?

Post by dragonetti »

Is it possible with RoboTask to monitor the contents of a Putty window and trigger a task depending on the contents of a Putty window.
For example: I want to do the following everytime the last line in my putty window has the following:
root@uservps:~#
Then I want to trigger a task.
Notice that there is only 1 space after: root@uservps:~# [1 space]
(and nothing else!)
What I end up with is this:
root@uservps:~#
[robotask1].
.
.
root@uservps:~# (this is the LAST string in the putty window, so robotask can fire off the the next task)
[robotask2]
.
.
root@uservps:~# (this is the LAST string in the putty window, so robotask can fire off the the next task)
[robotask3]
Is this possible?
 
 
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Trigger on content Putty window ?

Post by Oleg »

Unfortunately RoboTask can't read contents of another window directly now.
Post Reply