Search found 3007 matches

by Oleg
Sun Feb 11, 2024 6:50 pm
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 760

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

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

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

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

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

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

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

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

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

Re: [Typo] SQL

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

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