Keep executing when workstation is locked

Discuss RoboTask here
Post Reply
Aurora
Posts: 7
Joined: Wed Nov 17, 2004 1:06 pm

Keep executing when workstation is locked

Post by Aurora »

Hello RotoTask fellows, thanks for such a great software!
I've successfully automated tfgen (http://www.st.rim.or.jp/~yumo/pub/tfgen.html) with send keys and a IPAddress system variable to a host with dynamic IP, cyclic (60 seconds), but it does not seem to work if workstation is locked. When I open a terminal services (XP remote desktop), I see tfgen opened and no action (send keys does not worked?); if I keep this remote desktop session opened, everything works.
Is possible for RoboTask to run the above with the workstation locked or terminal services session closed? That's what we need here.
Thanks again, greetings, we're just loving it
Last edited by Aurora on Mon Aug 30, 2010 10:10 pm, edited 1 time in total.
Aurora
Posts: 7
Joined: Wed Nov 17, 2004 1:06 pm

Keep executing when workstation is locked

Post by Aurora »

sorry, just now I've found on another topic that when workstation is locked windows ignores key presses and mouse clicks.
If there's another way to get around this, please let us know.
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Keep executing when workstation is locked

Post by Oleg »

Aurora wrote:sorry, just now I've found on another topic that when workstation is locked windows ignores key presses and mouse clicks.

Yes, system ignores all keypresses and mouse actions inside of the locked session.
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Keep executing when workstation is locked

Post by Oleg »

If you wand to do something in service mode or in locked session you have to avoid any interactive actions such as:
   - Send keystrokes
   - Mouse actions
   - Dialogs
Aurora
Posts: 7
Joined: Wed Nov 17, 2004 1:06 pm

Keep executing when workstation is locked

Post by Aurora »

No problem at all.
I thank you Oleg, amazing software! Greetings
Last edited by Aurora on Tue Aug 31, 2010 8:50 am, edited 1 time in total.
Post Reply