Search found 3020 matches

by Oleg
Mon Feb 12, 2024 11:08 am
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 4576

Re: Robotask stuck

However, I recommend that add RoboTask and the RoboTask folder to excludes in your antivirus settings. It can detect suspect actions (for example: periodic creation or removing files) and lock process. I can also say that I have never seen this behavior before. We are using standard Windows Defender...
by Oleg
Mon Feb 12, 2024 10:31 am
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 4576

Re: Robotask stuck

So the whole application freezes? Weird....
I've never seen anything like this...

What antivirus software do you use?

I see on your screenshots that only one task is working automatically. I'm afraid that the problem is not in your task
by Oleg
Sun Feb 11, 2024 6:55 pm
Forum: General Discussion
Topic: Repeating a Mouse Record Sequence
Replies: 1
Views: 2232

Re: Repeating a Mouse Record Sequence

Use Simple loop. Put recorded steps into the loop
by Oleg
Sun Feb 11, 2024 6:50 pm
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 4576

Re: Robotask stuck

I don't see a "crash" On screenshot Screenshot_2024_02_11-1.png I see that the task is worked normally On screenshot Screenshot_2024_02_11-2.png I don't see the task log. Which step is stuck? I looked at your task again. You use the Scheduler to run a task every 5 minutes. Why? You have 28...
by Oleg
Fri Feb 09, 2024 2:13 pm
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 4576

Re: Robotask stuck

You mean so ?
Yes
by Oleg
Fri Feb 09, 2024 1:23 pm
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 4576

Re: Robotask stuck

I have other tasks that also check for files.
For your information
To check file existence by mask use {FileExists(<FileName>)} variable
It returns True or False
for example

Code: Select all

{FileExists(D:\incoming\large\*.txt)}
by Oleg
Fri Feb 09, 2024 11:46 am
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 4576

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

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

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

Re: Photography

You can use imagemagic as a command-line tool with using Run Program/Open Document and Run Console Application actions