Search found 3015 matches

by Oleg
Fri Feb 09, 2024 1:23 pm
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 4221

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

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

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

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

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

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

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

Re: [Typo] SQL

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

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

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

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! ;************************...