Page 1 of 1

Import Tasks and Variables from command line

Posted: Fri Oct 12, 2018 7:48 pm
by bgkaufhold
Hi,
i want to know if there's a way to import files directly from the install process (or later) but from the command line.
I want to make a ".bat" in a way that the end-users cant see all the process of installation and do not have to import manually the tasks / global variables.

Is it possibly?

Thanks!

Re: Import Tasks and Variables from command line

Posted: Wed Oct 17, 2018 12:38 pm
by Oleg
To import necessary tasks from command line
- stop RoboTask
- copy files to task's folder
- start RoboTask again

How to find task folder read here

All global variables are in system registry:
HKEY_CURRENT_USER\Software\Neowise\RoboTask\User variables

Just export this data into REG file.
To import it form command line use command line
reg import <reg_file_name>

- stop RoboTask
- import registry data
- start RoboTask again