Search found 3190 matches

by Oleg
Tue Apr 01, 2025 4:44 pm
Forum: General Discussion
Topic: Daylight Saving Time: task started at strange time
Replies: 2
Views: 46

Re: Daylight Saving Time: task started at strange time

n the logs, I've discovered that suddenly the task was started at 3:00, I assume because officially the task at 02:57:00 was skipped ofcourse. That time never existed. Robotask was shocked about this ;) , and executed it. Am I right? Yes, you are right Scheduler trigger uses local time of computer....
by Oleg
Fri Mar 28, 2025 7:25 pm
Forum: General Discussion
Topic: TaskList
Replies: 1
Views: 192

Re: TaskList

Yes, this is possible. Look at my example Save the text of the task to a file and use menu Task->Import to import the task into RoboTask. Also you can simply copy task text and paste it into the task list. Then you can see it in task editor ;***************************** ;* RoboTask Task file ;* Do ...
by Oleg
Tue Mar 18, 2025 11:19 am
Forum: General Discussion
Topic: Parallel run / multiple instance run
Replies: 6
Views: 1205

Re: Parallel run / multiple instance run

The computer has only one mouse and only one keyboard . Mouse and keyboard simulation is a global process. If you run 2 tasks that use mouse and keyboard simulation at the same time, it is likely that both tasks will fail . You will get completely unpredictable results. Moreover, the task will fail ...
by Oleg
Tue Mar 18, 2025 8:16 am
Forum: General Discussion
Topic: Cose a program
Replies: 1
Views: 481

Re: Cose a program

Generally you can close the program when you close main window of the program.
Use Window Command action. It can process hidden windows too.

Another way - you can terminate process
by Oleg
Tue Mar 18, 2025 8:09 am
Forum: General Discussion
Topic: Remove RoboTask and its associated files?
Replies: 1
Views: 506

Re: Remove RoboTask and its associated files?

...some of its related processes still run...
What processes?
How can I completely remove RoboTask and its associated files?
Just use uninstall option.
Control panel -> Programs and features, find RoboTask and uninstall it.
Uninstallation program stops RoboTask and removes all files.
by Oleg
Tue Mar 18, 2025 8:03 am
Forum: General Discussion
Topic: Parallel run / multiple instance run
Replies: 6
Views: 1205

Re: Parallel run / multiple instance run

...how many simultaneous instances may run this way?
As much as your computer's resources allow.
by Oleg
Tue Mar 18, 2025 7:59 am
Forum: General Discussion
Topic: Trigger task when user is not logged on (or locked)
Replies: 3
Views: 701

Re: Trigger task when user is not logged on (or locked)

Unfortunately mouse and keyboard simulation are needed for the activity...
In this case you can use RoboTask in unlocked user session only.
by Oleg
Mon Mar 17, 2025 2:14 pm
Forum: General Discussion
Topic: Trigger task when user is not logged on (or locked)
Replies: 3
Views: 701

Re: Trigger task when user is not logged on (or locked)

...a task can be triggered when no user is logged on. Use system service mode. Read here (and related chapters) about service mode of RoboTask You can set RoboTask System service and setup initial parameters by RoboTask Service Manager . If task has some trigger it will running automatically Also w...
by Oleg
Mon Mar 17, 2025 2:02 pm
Forum: General Discussion
Topic: Parallel run / multiple instance run
Replies: 6
Views: 1205

Re: Parallel run / multiple instance run

A single task can only be performed once at a single point in time. But you can run one task sequentially several times with different parameters. Look at the Start task action If you need simultaneous work of one task with different parameters, you can run it in a separate process using Runtime mod...
by Oleg
Fri Feb 28, 2025 2:14 pm
Forum: General Discussion
Topic: Running Programs Over The Network
Replies: 4
Views: 18238

Re: Running Programs Over The Network

...how can I configure the Listener trigger for that?
Listener trigger launches the task. In the task you can run necessary program.
But please note that you must have installed RoboTask on both computers