Search found 20 matches

by leopoldus
Wed Mar 27, 2013 5:21 pm
Forum: Articles
Topic: How to switch on or switch off CapsLock
Replies: 8
Views: 80160

Re: How to switch on or switch off CapsLock

For example, to switch off CapsLock, the algorithm suggests itself: Examine the status of a key. If it is on, press CapsLock. The idea itself is simple and clear, but very useful. However could you please provide a bit more detailed instructions for this example. I mean, step by step explanations w...
by leopoldus
Wed Mar 27, 2013 3:00 am
Forum: General Discussion
Topic: option to launch or skip the suspended tasks
Replies: 4
Views: 14388

Re: option to launch or skip the suspended tasks

Now you can put the time verification at the beginning of the task. like this: if {time} > 8:00 then if {time} < 20:00 then break end if end if In this case the main code of the task will be being executed only from 20:00 to 8:00 I'm not sure, where should one add this code? :? As much as I can see...
by leopoldus
Mon Mar 25, 2013 9:20 pm
Forum: General Discussion
Topic: option to launch or skip the suspended tasks
Replies: 4
Views: 14388

option to launch or skip the suspended tasks

All RoboTask tasks, which were suspended while the computer was shut off or in sleeping mode etc, start immediately after the computer is in working station again. But for some tasks it is not reasonable behavior. Say, I have a task to shut the computer at 02:00 at night. But if my computer was slee...
by leopoldus
Sat Feb 18, 2012 4:03 am
Forum: General Discussion
Topic: any option to omit the next run?
Replies: 4
Views: 13489

any option to omit the next run?

Well, does in mean, that there is no any solution for my problem?
by leopoldus
Tue Feb 07, 2012 7:30 pm
Forum: General Discussion
Topic: any option to omit the next run?
Replies: 4
Views: 13489

any option to omit the next run?

Hi Oleg, Thank you for your explanation. However I see now, that I was not specific enough to explain my problem. Sorry for it and let me try again. The situation with current time 11:45 and next task planned for 12:00 was only the example. Actually my question was, is it possible to disable the NEX...
by leopoldus
Sun Feb 05, 2012 8:24 pm
Forum: General Discussion
Topic: any option to omit the next run?
Replies: 4
Views: 13489

any option to omit the next run?

by leopoldus
Mon Oct 25, 2010 10:10 pm
Forum: General Discussion
Topic: controling Windows sound volume
Replies: 2
Views: 10060

controling Windows sound volume

So, no any ideas? Or such controll is not possible in principle? If it is not, could anybody idicate it in direct words.
Thanks!
by leopoldus
Mon Oct 25, 2010 12:18 am
Forum: General Discussion
Topic: controling Windows sound volume
Replies: 2
Views: 10060

controling Windows sound volume

Is there any command to control Windows XP / 7 sound volume? Say turn sound on/off? Or assign volume at X level, say 20% or 90%.
Thanks!
by leopoldus
Sun Oct 24, 2010 11:59 pm
Forum: General Discussion
Topic: one-time task scheduling is impossible?
Replies: 3
Views: 10566

one-time task scheduling is impossible?

Thank you, this answers one of my questions. However there was another question too. Is it possible to use RoboTask as a simple timer, that is to start a task after X sec/min/hours after starting the proper task. I mean the following: 1) I create the task to suspend the computer 30 min after the sta...
by leopoldus
Sat Oct 23, 2010 12:53 am
Forum: General Discussion
Topic: one-time task scheduling is impossible?
Replies: 3
Views: 10566

one-time task scheduling is impossible?

Hi, Seems, that RoboTask is very mighty tool, I'm shocked Thank you very much, authors! However I could not neither assign a simpler trigger to start an action once (not periodically) at some system time nor after XX minutes/hours/days after assigning of the task or after some other event starts etc...