Search found 3004 matches

by Oleg
Fri Feb 09, 2024 11:46 am
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 615

Re: Robotask stuck

Hm-m-m... I afraid that your disk has some logical problem Try to check and fix problems on disk. Command line is: chkdsk c: /f Since drive C is the system drive, the system will need to be rebooted. Checking the system on the disk before booting the system. I tried these actions with large folder (...
by Oleg
Fri Feb 09, 2024 11:11 am
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 615

Re: Robotask stuck

Step #10 "Search for files"
Step #11 "if..then" action
Is this correct?

What RoboTask edition do you use: x86 or x64?
Send the system info: menu Help -> system information
How many CSV files in your folder?
by Oleg
Fri Jan 26, 2024 12:17 pm
Forum: General Discussion
Topic: how many people use robotask?
Replies: 5
Views: 1127

Re: how many people use robotask?

... with the option to produce exe's ...
You can use Runtime module to run prepared task (or tasks) on any computer. It does not require additional licenses

To install runtime module with full engine you can use command line:

Code: Select all

RobotaskSetup.exe /COMPONENTS=engine
by Oleg
Fri Jan 26, 2024 12:12 pm
Forum: General Discussion
Topic: Photography
Replies: 1
Views: 7155

Re: Photography

You can use imagemagic as a command-line tool with using Run Program/Open Document and Run Console Application actions
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: 706

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

Look at screenshot below.
CheckForWindowSetVariable.png
CheckForWindowSetVariable.png (26 KiB) Viewed 704 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: 1126

Re: [Typo] SQL

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

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: 1626

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: 2306

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: 3453

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...