Search found 3219 matches
- Mon Jun 30, 2025 6:00 pm
- Forum: General Discussion
- Topic: Problem with retrieving correct Task ID
- Replies: 4
- Views: 5268
Re: Problem with retrieving correct Task ID
Also see how to convert HEX to DEC by using VB ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|-1 CatID=INTEGER|307868550 Comment=STRINGLIST ContinueOnError=INTEGER|0 Dis...
- Mon Jun 30, 2025 5:54 pm
- Forum: General Discussion
- Topic: Problem with retrieving correct Task ID
- Replies: 4
- Views: 5268
Re: Problem with retrieving correct Task ID
However, the task that logs at C:\ProgramData\RoboTask\Logs\EB591181.log does not work for this. EB591181 converts to 3948482945, and GetTaskExtNameById with that value gives me nothing. Within that task, if I display {TaskId}, I get -346484351 instead of 3948482945. Look at the task below. It conv...
- 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: 2
- Views: 1472
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...
- Fri Jun 13, 2025 7:54 am
- Forum: General Discussion
- Topic: Temporary File is not deleted from {TempDir}
- Replies: 1
- Views: 960
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...
- Mon Jun 09, 2025 1:34 pm
- Forum: General Discussion
- Topic: RoboTask 10.4 has been released
- Replies: 0
- Views: 3314
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" ...
- Sat Jun 07, 2025 7:06 am
- Forum: General Discussion
- Topic: Access denied
- Replies: 1
- Views: 2221
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 ...
- Fri Jun 06, 2025 10:31 am
- Forum: General Discussion
- Topic: text on one line
- Replies: 2
- Views: 2632
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! ;******************...
- Thu Jun 05, 2025 10:49 am
- Forum: General Discussion
- Topic: REST API - cant see tasks listed via the localhost connection
- Replies: 2
- Views: 3484
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...
- Wed Jun 04, 2025 12:55 pm
- Forum: General Discussion
- Topic: file monitor task
- Replies: 1
- Views: 2729
- Wed Jun 04, 2025 7:25 am
- Forum: General Discussion
- Topic: How to Automate Daily Backup Tasks in RoboTask?
- Replies: 1
- Views: 3161
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
To set specific time attach Scheduler trigger to your task
This is simple task