Search found 12 matches
- Thu Nov 06, 2014 7:59 pm
- Forum: General Discussion
- Topic: Question re: Executing a task directly + locking task files
- Replies: 0
- Views: 15411
Question re: Executing a task directly + locking task files
Hi Oleg, I have 2 specific questions: 1) This is likely a stupid question, but is it possible to run a task file (.tsk) without having RoboTask installed? For example, if I want to send the .tsk file to a friend, must they then install RoboTask, open RoboTask, click File>Import, then manually run th...
- Mon Jun 16, 2014 3:28 am
- Forum: General Discussion
- Topic: How to write a text file with SQL Query
- Replies: 2
- Views: 13291
Re: How to write a text file with SQL Query
That worked perfectly Oleg! Thank you
- Sat Jun 14, 2014 8:39 pm
- Forum: General Discussion
- Topic: How to write a text file with SQL Query
- Replies: 2
- Views: 13291
How to write a text file with SQL Query
Hi Oleg, I've created a table with MySQL called name , and this table has many rows but only 3 fields ( name, coordinate1, coordinate2 ) each with their own data. I'm trying to Query this table (name) so that any results will be written to a text file. I'm not sure if Dataset Loop is needed for this...
- Thu May 15, 2014 4:00 am
- Forum: General Discussion
- Topic: Screen Resolution
- Replies: 1
- Views: 9492
Screen Resolution
Hi, is it possible to extract the screen's resolution and place the values in variables?
If not, I've found it's possible to use command prompt to find these values, by using command: wmic desktopmonitor get screenheight, screenwidth
Please let me know, thanks.
If not, I've found it's possible to use command prompt to find these values, by using command: wmic desktopmonitor get screenheight, screenwidth
Please let me know, thanks.
- Thu May 01, 2014 4:51 am
- Forum: General Discussion
- Topic: Problem with Auto-Fill
- Replies: 2
- Views: 12913
Re: Problem with Auto-Fill
That would be great, thank you. Any idea when the new version will be released?
- Tue Apr 29, 2014 10:51 pm
- Forum: General Discussion
- Topic: Problem with Auto-Fill
- Replies: 2
- Views: 12913
Problem with Auto-Fill
My task properly fills out a form, except when it comes to a "Multi-select" field. What is suppose to happen is that when the value within the Multi-Select field is selected, the menu to the right is suppose to display its values. However, RoboTask simply HIGHLIGHTS the value in the first ...
- Sat Apr 19, 2014 8:52 pm
- Forum: Testimonials
- Topic: Highly recommended automation software
- Replies: 0
- Views: 59888
Highly recommended automation software
This software is easy to use and highly effective. There a multitude of different functions available that allow the user to dynamically create tasks to perform the exact action(s) they need. I highly recommend this software to businesses and individuals alike due to its small size, broad spectrum o...
- Tue Apr 08, 2014 7:54 pm
- Forum: General Discussion
- Topic: Screen Pixel not working --- Help!
- Replies: 3
- Views: 14766
Re: Screen Pixel not working --- Help!
UPDATE:
I realized that when I remove the { } from the variable's name, the task executes properly. Which is odd.
I realized that when I remove the { } from the variable's name, the task executes properly. Which is odd.
- Tue Apr 08, 2014 5:08 pm
- Forum: General Discussion
- Topic: Screen Pixel not working --- Help!
- Replies: 3
- Views: 14766
Screen Pixel not working --- Help!
I am using the Screen Pixel option available in RoboTask 6.0, however it doesn't save the hecadecimal code into my variable . I created a variable called {SCREEN_COLOUR1}, and selected the coordinates I want to capture, but when I use the "Send text" function to write out my variable conte...
- Mon Mar 24, 2014 4:00 am
- Forum: General Discussion
- Topic: Confused about If-Then. Please help
- Replies: 1
- Views: 9479
Confused about If-Then. Please help
Hi, I'm new to RoboTask and have the following issue. My task has an action step of highlighting a string of text from a website, and then (CTRL+C) to copy. I want to use the IF-THEN command to check IF this copied string of text contains the word "roof" THEN remove roof from the string be...