Search found 9 matches
- Thu Dec 21, 2006 9:53 am
- Forum: General Discussion
- Topic: SQL Commands
- Replies: 3
- Views: 12561
SQL Commands
First I'm using Crystal Reports to generate the SQL statement. Here is one that works that I believe is on a windows server going through ODBC. SELECT dbo.ARCServices.* FROM dbo.ARCServices WHERE dbo.ARCServices.RecordStatus='i' AND dbo.ARCServices.CreatedDate > '1/1/2006'; Next is a SQL table on a ...
- Thu Dec 21, 2006 7:16 am
- Forum: General Discussion
- Topic: SQL Commands
- Replies: 3
- Views: 12561
SQL Commands
Hi Oleg.I'm interested in the SQL commands that are supported in robotask. I've been trying to use dates in my select statment but with no luck.Thanks. Russ V.
- Wed Nov 01, 2006 5:50 am
- Forum: General Discussion
- Topic: Here is a task that uses your location
- Replies: 0
- Views: 11370
Here is a task that uses your location
All.I'm thinking this will help someone who uses a laptop on a home and business network.This scripts pings my router. If it finds it, then you can assume you are home and run the various programs needed.Later.;**********************;* RoboTask Task file *;* Do not edit! *;*******************...
- Fri Oct 20, 2006 1:57 pm
- Forum: General Discussion
- Topic: Unable to export a registry key
- Replies: 1
- Views: 9119
Unable to export a registry key
Hello. Has anyone tried using the registry export feature? in the task below, I'm trying to export the internet explorer domain list but the file doesn't show and no errors are shown. ;********************** ;* RoboTask Task file * ;* Do not edit! * ;********************** [Root] ActionAfte...
- Thu Aug 24, 2006 5:57 am
- Forum: General Discussion
- Topic: play a wav file
- Replies: 1
- Views: 7715
play a wav file
Opps. Never mind.
I now see that you can use the "show message / play sound" dialog and just un-check the 'show message' part
I now see that you can use the "show message / play sound" dialog and just un-check the 'show message' part
- Thu Aug 24, 2006 5:21 am
- Forum: General Discussion
- Topic: play a wav file
- Replies: 1
- Views: 7715
play a wav file
Hi.
I would like to play a wav or mp3 file when the task has completed an action without having to stop the script by using a dialog box.
I didn't want to load an external program to 'steal' the current windows focus.
I found the VB script 'beep' comment but didn't see any parms.
Thanks.
I would like to play a wav or mp3 file when the task has completed an action without having to stop the script by using a dialog box.
I didn't want to load an external program to 'steal' the current windows focus.
I found the VB script 'beep' comment but didn't see any parms.
Thanks.
- Wed Aug 09, 2006 10:54 am
- Forum: General Discussion
- Topic: start a task in low priority
- Replies: 1
- Views: 8681
start a task in low priority
Hello.
Below is an example on starting a program in low priority from a batch file. It there an option to say...zip files in low priority using Robotask? Thanks.
Start "Run Notepad" /low "C:\notepad.exe"
Below is an example on starting a program in low priority from a batch file. It there an option to say...zip files in low priority using Robotask? Thanks.
Start "Run Notepad" /low "C:\notepad.exe"
- Wed Aug 09, 2006 3:24 am
- Forum: General Discussion
- Topic: two questions
- Replies: 2
- Views: 9888
two questions
Cool. Thanks.
- Tue Aug 08, 2006 6:00 am
- Forum: General Discussion
- Topic: two questions
- Replies: 2
- Views: 9888
two questions
Hi. Please point me in the right direction for the following... 1) is there repository of examples somewhere. 2) How would I code the following.... I'm using crystal reports to create a pdf file. I use Send Keys to create the report but I want to start another one once the 'Exporting' window goes ...