Ann: VCL Scheduling Agent!


SiComponents is glad to announce the SiComponents Scheduling Agent- the only
VCL wrapper for Microsoft Task Scheduler API. The main advantage of using
SiComponents Scheduling Agent in comparison with other scheduling suites is
that the most of work on task maintenance and launching is performed by the
operating system. That is, if you want your application runs in scheduled
times you do not need to put a timer into the application and make it
resident. The Windows will launch the application just-in-time with the
parameters and custom data you have provided.

The core component TTaskScheduler and attendant classes make your
application be able to do:
· Enumerate all tasks on a target computer.
· Create new scheduled tasks and delete existing ones.
· Schedule a task to run at a specific time or when a specific event occurs.
· Change the schedule for a task.
· Modify other settings for a task, for example, application name, parameter
string, working directory, etc.
· Run immediately or stop a scheduled task.

Supported IDEs: Delphi 4-7, C++Builder 4-6

Visit http://www.sicomponents.com/taskscheduler.html to find out more about
the Scheduling Agent and download the trial version.

Related Discussions
  • FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)
    One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
  • HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)
    How to make it run as if you were running it outside of Delphi. Tools | Debugger Options --> Language Exceptions. Their is a checkbox titled...
  • HOW DO I STRETCH THE SIZE OF FORM WHEN SCREEN RES INCREASED? (2001-01-09 03:54:00)
    first of all i am not sure what is your requirement are u concerned with first time sizing of your form on initialization or do you want to...
  • WAYS TO SHRINK DELPHI EXECUTABLE SIZE (2001-01-08 17:23:49)
    You have a couple of options: 1) Get an EXE shrinker - basically compressing the file and then decompress as it runs. See:...
  • I NEED SOURCE CODES OF COMPRESS/DECOMPRESS OR WINZIP TLB? (2001-01-10 14:34:40)
    Did you see Chief's UnZip v.1.10? http://www.torry.ru/vcl/compress/std/chiefzip.zip Or how about: Info zip, wrapper for Winunzip.dll....
  • HOW CAN I ACCESS BTRIEVE DATA FILES (2001-01-24 06:38:59)
    Try downloading the Btrieve programmer's guide : ftp://ftp.pervasive.com/documentation/btrieve/v615/B615PROG.PDF Good luck ...
  • MESSAGE DIALOGS... (2001-01-10 12:21:18)
    Here goes a trick from Borland http://www.borland.com/devsupport/delphi/downloads/index.html To translate the Delphi 3.0 VCL messages, you need...
  • COMMAND LINE ARGUMENTS? (2001-01-15 03:04:25)
    Here's the best way for me to do so... It's an article published in UNDU April 1998... If you don't want to read the article, just copy the unit...
  • HOW TO CREATE AN ANIMATED BUTTON... ? (2001-01-17 01:02:29)
    I thought that reading the source of the animated components would give you hints of how to solve your problem ... Check out...
  • HOW TO COMPILE WITHOUT THE VCL ? (2001-01-17 04:13:15)
    you have not given the full purpose in your question but it you want to reduce the disk size of your application file then ofcourse you can...
Latest News
Submit News Form Past News
Latest Forum Entries