Search found 3248 matches

by Oleg
Fri Nov 07, 2025 2:43 pm
Forum: General Discussion
Topic: Questions about "Actions:Input Box"
Replies: 3
Views: 76

Re: Questions about "Actions:Input Box"

I've tried your task. It works. I try to enter the string 對話框要求我輸入一長串文字。我不知道該輸入多少。我們再試一次。 Give me some strings when you get an error. I don't know Chinese, so I use Google Translate. ChineseSymbols.png I made small modification of your task ;***************************** ;* RoboTask Task file ;* Do ...
by Oleg
Thu Nov 06, 2025 4:22 pm
Forum: General Discussion
Topic: Questions about "Actions:Input Box"
Replies: 3
Views: 76

Re: Questions about "Actions:Input Box"

1. Assign Entered Value to Variable : Variables written will automatically become uppercase Variable names are case-insensitive, so the names MyVar , myvar , and MYVAR are all the same name. If problems 2 and 3 above occur at the same time or separately, the errors will be random(Log prompt error:&...
by Oleg
Thu Nov 06, 2025 9:58 am
Forum: General Discussion
Topic: SSH connection failing randomly through the day
Replies: 6
Views: 185

Re: SSH connection failing randomly through the day

You can update PSFTP up to version 0.81 without any problems. I tested this, try it. All previous versions of PUTTY package are here
However, versions 0.82 and 0.83 (the latest) require a special approach.
We are trying to solve this problem.

Inform me about results
by Oleg
Wed Nov 05, 2025 3:27 pm
Forum: General Discussion
Topic: SSH connection failing randomly through the day
Replies: 6
Views: 185

Re: SSH connection failing randomly through the day

I'm very sorry. The issue requires further investigation...
by Oleg
Wed Nov 05, 2025 12:24 pm
Forum: General Discussion
Topic: SSH connection failing randomly through the day
Replies: 6
Views: 185

Re: SSH connection failing randomly through the day

Try to update PSFTP.EXE module. We are currently using PSFTP.EXE version 0.76 in installation package. The PUTTY package is now at version 0.83, released on 2025-02-08 ( see here ). This may help. In the next release, we will update PSFTP.EXE to the latest version. Otherwise you need to reconfigure ...
by Oleg
Tue Nov 04, 2025 1:40 pm
Forum: General Discussion
Topic: How to trigger a Robotask action only when a specific USB device is connected?
Replies: 1
Views: 86

Re: How to trigger a Robotask action only when a specific USB device is connected?

I’ve tried using the “Device Connected” trigger, but it seems to react to any USB device. Yes, trigger reacts to any USB drive. But you can read volume label in the task. See {VolumeLabel(c:\)} system variable Then you use If..Then actions to analyze it also take a look at this example ;***********...
by Oleg
Tue Oct 28, 2025 2:45 pm
Forum: General Discussion
Topic: Using System Variable ScreenWidth(0)
Replies: 2
Views: 242

Re: Using System Variable ScreenWidth(0)

0 - is is the number of screen 0 - is aways the main screen. For example I have 3 monitors so 0 - main screen, 1 and 2 are additional screens If you have only one monitor then you can use variable without parameter - {ScreenWidth} . In this case the engine will use main screen. To find center use th...
by Oleg
Mon Oct 20, 2025 7:43 pm
Forum: General Discussion
Topic: Day of week for a specific date
Replies: 3
Views: 826

Re: Day of week for a specific date

You need enter the date in you current system date format thy these strings {Date} {DayOfWeek} {DayOfWeek({FormatToDateTime(2025-10-16,yyyy-mm-dd)})} Also I'm afraid that hyphens in the system format and in the action parameters are different symbols (see screenshot). Different_symbols.png So the ac...
by Oleg
Sat Oct 18, 2025 6:57 am
Forum: General Discussion
Topic: Day of week for a specific date
Replies: 3
Views: 826

Re: Day of week for a specific date

use the expression {DayOfWeek(01.01.2010)}
Specify necessary date in you current system format
by Oleg
Sat Oct 11, 2025 3:01 pm
Forum: General Discussion
Topic: JavaScript - assign result of fn to variable robotakst
Replies: 5
Views: 54267

Re: JavaScript - assign result of fn to variable robotakst

Unfortunately Python Script and Node.JS script actions can set only local variables now and does not process prefixes.
We'll fix this problem in next release.