Search found 3010 matches

by Oleg
Thu Jan 25, 2024 1:05 pm
Forum: General Discussion
Topic: Assign True or False to Variable in Check for Window action
Replies: 1
Views: 809

Re: Assign True or False to Variable in Check for Window action

Look at screenshot below.
CheckForWindowSetVariable.png
CheckForWindowSetVariable.png (26 KiB) Viewed 807 times
Set the action options as shown on screenshot
by Oleg
Thu Jan 25, 2024 12:56 pm
Forum: Suggestions
Topic: [Typo] SQL
Replies: 1
Views: 1240

Re: [Typo] SQL

Thanks
by Oleg
Mon Jan 15, 2024 8:45 pm
Forum: General Discussion
Topic: HOUR + 1
Replies: 5
Views: 8076

Re: HOUR + 1

...how can I (without using string / regex stuff) adjust the script so that this only returns the hours with a leading zero? Maybe this? Look at this example ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTE...
by Oleg
Mon Jan 15, 2024 8:34 pm
Forum: Suggestions
Topic: [Typo] VB Script editor without saving
Replies: 1
Views: 1749

Re: [Typo] VB Script editor without saving

Tanks
by Oleg
Thu Jan 11, 2024 9:38 am
Forum: General Discussion
Topic: Pick random file
Replies: 4
Views: 2468

Re: Pick random file

Look at the example below. 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. ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;************************...
by Oleg
Fri Jan 05, 2024 11:02 am
Forum: General Discussion
Topic: start task when user logs in
Replies: 1
Views: 3538

Re: start task when user logs in

If you use RoboTask as simple application you can switch ON the parameter "Run task on RoboTask start" When you open new user session system start RoboTask automatically Also look at the trigger On Local/Remote Session Changes . You can find it in System Events group It can respond to mult...
by Oleg
Thu Jan 04, 2024 12:36 pm
Forum: General Discussion
Topic: New user, hello
Replies: 1
Views: 3865

Re: New user, hello

Is there a step by step debug mode in robotask? No. ... and could check variables and other ... You can out necessary variables to the task log by using Log Message action I suspect, rather a loop that checks every x seconds for new files? Yes, because some file systems and OS have not notify about...
by Oleg
Mon Dec 25, 2023 1:55 pm
Forum: General Discussion
Topic: Get Command Line from Process
Replies: 1
Views: 4505

Re: Get Command Line from Process

Will be in next release
by Oleg
Fri Dec 22, 2023 12:55 pm
Forum: General Discussion
Topic: Round numbers or remove decimal places from variables
Replies: 1
Views: 3698

Re: Round numbers or remove decimal places from variables

You can use VB evaluate action (for example) with Round basic function Also look at my example below. 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. ;***************************** ;* ...
by Oleg
Fri Dec 22, 2023 12:26 pm
Forum: Suggestions
Topic: [Typo] Update screen
Replies: 1
Views: 4883

Re: [Typo] Update screen

Thanks