<< Click to Display Table of Contents >> Navigation: Appendix > Command Line Parameters |
Command-line options for RoboTask.EXE:
/ASADMIN
Start RoboTask with full rights. For operating systems with UAC (i.e. Windows Vista and later).
/REGSERVER
Register built-in COM server in your system.
/UNREGSERVER
Unregister built-in COM server from your system.
Command-line options for RTServiceGuard.exe
/INSTALL
Install RoboTask service
/UNINSTALL
Remove RoboTask service
Command-line option for RG.EXE:
Running command line with the rights elevation.
Location:
"C:\Program Files\RoboTask\RG.exe"
Usage:
RG.exe [/p] <command_line>
/p - RG waits when the command will be finished
Command-line option for InputRegKey.EXE:
activate <your_actual_license_key>
Silent activation if no error. Otherwise it shows the alert with error message.
Running command line with the rights elevation
Command-line option for RoboTaskRuntime.exe
The runtime module is designed to run a prepared task without the main RoboTask application. However, the Runtime module uses the entire engine to run the task.
Usage:
RoboTaskRuntime.exe <Task_File_Name> [/stop|/nonstop] [/out:<full_file_name>] [/taskparam:<task_parameters>]
Command line parameters:
<Task_File_Name> - full name of task file
/stop - (optional) if you want to stop the application before exiting anyway to read the log
/nonstop - (optional) the application is forced to continue running and exit even if the task stops with an error. In this case, it is better to write the log to a file (see the /out: parameter)
/out - (optional) output task execution log to a file
/taskparam - (optional) task parameters
Read more in chapter Runtime Module