Page 1 of 1

Command Line

Posted: Wed Jun 01, 2005 12:46 pm
by dondada
Can a Robotask task be run from a Command Line? If so what is the command required?

Command Line

Posted: Thu Jun 02, 2005 2:10 am
by Oleg
Of course. There is RTaskRun.exe utility for this purpose.
Command line is RTaskRun.exe <TaskID>
TaskId must be in hex or decimal format. For example:
RTaskRun.exe $3C46E896
Where "3C46E896" is a task ID (in hex) and the name of task file.
Remember that task must be registered in RoboTask.
Also you can create a shortcut on desktop for any task. Use menu Task | Create Shortcut on Desktop.

Command Line

Posted: Thu Oct 27, 2005 7:03 am
by anonymouse
And can the tray icon be hidden?

Command Line

Posted: Thu Oct 27, 2005 7:21 am
by Oleg
anonymouse wrote: And can the tray icon be hidden?

Why do you want to hide tray icon? If icon is hidden how do you want to control RoboTask?

Command Line

Posted: Wed Nov 02, 2005 6:12 am
by anonymouse
Where are the files that are created or which are the files that are used by 'Install as Service' and how does it differ from normal operation through robotask.exe?

Command Line

Posted: Wed Nov 02, 2005 6:29 am
by Oleg
When you launch "Install service", no new files will be created.

Command Line

Posted: Sat Nov 05, 2005 6:04 am
by anonymouse
When the install as service shortcut is selected from the start menu, what changes to the existing files, is the only advantage that it runs regardless of who logs in and is the tray icon hidden?

Command Line

Posted: Sat Nov 05, 2005 6:34 am
by Oleg
When RoboTask works as service it can execute configured tasks even if no users are logged on. RoboTask service will be started together with Windows and you don't need to login to computer.

Re: Command Line

Posted: Fri Jan 22, 2016 12:01 pm
by thomas
is there a command line parameter to stop and disable a task?

Re: Command Line

Posted: Fri Jan 22, 2016 3:21 pm
by Oleg
is there a command line parameter to stop and disable a task?
No. You can only start some task.

But you can stop or disable another task in this task. See actions Disable task and Stop Task

To create batch file for a task select the task and use menu Task->Create Batch File