Search found 3217 matches

by Oleg
Fri Jun 13, 2025 8:02 am
Forum: General Discussion
Topic: Continuously monitor Telegram.exe for Windows Notification Window and send and Email if the Notification Window is found
Replies: 1
Views: 579

Re: Continuously monitor Telegram.exe for Windows Notification Window and send and Email if the Notification Window is f

I created small test task (see below). It works. 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. Do not forget to enable the task after importing. But please note that Window Watcher t...
by Oleg
Fri Jun 13, 2025 7:54 am
Forum: General Discussion
Topic: Temporary File is not deleted from {TempDir}
Replies: 1
Views: 499

Re: Temporary File is not deleted from {TempDir}

Just remove file before SQL query. Like this ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|0 CatID=INTEGER|307868550 Comment=STRINGLIST ContinueOnError=INTEGER|0 Disabl...
by Oleg
Mon Jun 09, 2025 1:34 pm
Forum: General Discussion
Topic: RoboTask 10.4 has been released
Replies: 0
Views: 2067

RoboTask 10.4 has been released

New version of RoboTask is ready for download. Download and try RoboTask 10.4 now What's new in RoboTask 10.4: Legend [ + ] Feature added [ - ] Bug fixed [ * ] Modified or improved RoboTask 10.4 + New plugin Word . New actions: "Open Word document" "Get text from Word document" ...
by Oleg
Sat Jun 07, 2025 7:06 am
Forum: General Discussion
Topic: Access denied
Replies: 1
Views: 1581

Re: Access denied

I think you got a conflict of permissions. I have run as administrator selected in the robotask options. I think that this option is not domain administrator . This option means local administrative permissions . If you want to use domain administrator permissions there are two ways: 1-st way Login ...
by Oleg
Fri Jun 06, 2025 10:31 am
Forum: General Discussion
Topic: text on one line
Replies: 2
Views: 1922

Re: text on one line

You need to cut off EOL symbols from variables voornaam and familienaam Look at my example below. Also pay attention: You can read CSV file as UTF-8 file and remove UTF8 text --> Text steps at all ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;******************...
by Oleg
Thu Jun 05, 2025 10:49 am
Forum: General Discussion
Topic: REST API - cant see tasks listed via the localhost connection
Replies: 2
Views: 2341

Re: REST API - cant see tasks listed via the localhost connection

Is "localhost:5501" your local service, right? It is not enough to register the RoboTask system service. The RoboTask service and the RoboTask application in your user session have different task sets. If you have registered the service, it has no tasks. You must create or import the neces...
by Oleg
Wed Jun 04, 2025 12:55 pm
Forum: General Discussion
Topic: file monitor task
Replies: 1
Views: 2125

Re: file monitor task

File monitor trigger can pass to the task the list of changed or added files.
Look here
by Oleg
Wed Jun 04, 2025 7:25 am
Forum: General Discussion
Topic: How to Automate Daily Backup Tasks in RoboTask?
Replies: 1
Views: 2173

Re: How to Automate Daily Backup Tasks in RoboTask?

To backup some folder use Synchronize Folders
To set specific time attach Scheduler trigger to your task

This is simple task
by Oleg
Wed May 28, 2025 8:02 am
Forum: General Discussion
Topic: Mouse-Movement-Based Work Timer for Break Reminders
Replies: 1
Views: 2813

Re: Mouse-Movement-Based Work Timer for Break Reminders

Look at the trigger "On Idle"
Use "Reverse mode". The trigger will run the task when you move mouse or press key after specified pause.

In the task put the pause 40 minutes and some alert
by Oleg
Wed May 28, 2025 7:51 am
Forum: General Discussion
Topic: Initiate the task upon user login
Replies: 1
Views: 2851

Re: Initiate the task upon user login

We discussed this problem earlier.
read, please, here: https://robotask.com/forum/viewtopic.php?t=4907
and here: https://robotask.com/forum/viewtopic.php?t=4490