I have this batch file:
@echo off
C:\Intel\computer_vision_sdk\bin\setupvars.bat
cd C:\Users\andre\Documents\Intel\OpenVINO\inference_engine_samples_2017\intel64\Debug
interactive_face_detection_demo.exe .....
I want execute this 3 commands but when it execute the first command the CMD closes and does not execute the remaining commands.
I already try de pause
command but didn't work.