Import Tasks and Variables from command line

Discuss RoboTask here
Post Reply
bgkaufhold
Posts: 1
Joined: Fri Oct 12, 2018 7:39 pm

Import Tasks and Variables from command line

Post 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!
Oleg
Site Admin
Posts: 3004
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Import Tasks and Variables from command line

Post 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
Oleg Yershov
Post Reply