Search found 3016 matches

by Oleg
Fri Feb 09, 2024 2:13 pm
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 4241

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

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

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

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

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

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

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

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

Re: [Typo] SQL

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

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

Re: [Typo] VB Script editor without saving

Tanks