Search found 3225 matches
- Tue Jul 29, 2025 12:29 pm
- Forum: General Discussion
- Topic: Open image in webp-format
- Replies: 5
- Views: 1060
Re: Open image in webp-format
H-m-m... It works I used this task ;***************************** ;* 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 DisableOnError=I...
- Tue Jul 29, 2025 11:17 am
- Forum: General Discussion
- Topic: Open image in webp-format
- Replies: 5
- Views: 1060
Re: Open image in webp-format
Also I want to take a look to your task and complete log file
- Tue Jul 29, 2025 11:14 am
- Forum: General Discussion
- Topic: Open image in webp-format
- Replies: 5
- Views: 1060
Re: Open image in webp-format
What version of RoboTask do you use?
Could you send a couple problem images to me by email?
Could you send a couple problem images to me by email?
- Sat Jul 12, 2025 2:41 pm
- Forum: General Discussion
- Topic: sftp
- Replies: 2
- Views: 1280
Re: sftp
I don't find the functionality that allows to check if files have been downloaded and already exist on the local folder. Maybe SFTP Synchronization will solve your problem. From remote folder to local I think I better keep SFTP logged on rather then login logout every ten seconds. Task closes all c...
- Sat Jul 12, 2025 2:18 pm
- Forum: General Discussion
- Topic: Problem with retrieving correct Task ID
- Replies: 6
- Views: 9324
Re: Problem with retrieving correct Task ID
RoboTask stores all data as strings.
The Value Format action can convert the presentation mode.
The Value Format action can convert the presentation mode.
- Sat Jul 12, 2025 2:07 pm
- Forum: General Discussion
- Topic: Help Creating a Task to Automate Daily File Backup
- Replies: 2
- Views: 1300
Re: Help Creating a Task to Automate Daily File Backup
Check if the external drive is connected You can check root folder or any key folder on this disk for example {FolderExists(I:\)} This expression returns TRUE if the disk is mounted and the root folder I:\ exists. Otherwise, it returns FALSE Also take a look at complete list of system variables Use...
- Mon Jun 30, 2025 6:00 pm
- Forum: General Discussion
- Topic: Problem with retrieving correct Task ID
- Replies: 6
- Views: 9324
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: 6
- Views: 9324
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: 3304
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: 2458
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...