I am following the installation guide for openvino on Windows. After a successful installation, we need to run setupvars.bat
file in order to initialize the openvino environment. We can also add it permanently in environment variable so that it is initialized automatically. But the instructions are not given on how to add it.
I wanted to know if its possible to add the setupvars.bat
so the it runs automatically. Also I need to run the visual studio from the same environment.
I always do this step manually which takes a lot time. I first open a cmd
, navigate to the desired folder and then run setupvars.bat
. After that from the same cmd
, I navigate to the visual studio installed directory and then start the visual studio from the cmd
so that visual studio is launched under same openvino environment. Is is possible to automate all this task. Thanks