SpecSync4MTM problem

0

So everybody, every time I try to run specsync4mtm.cmd sends me

  'C: \ Users \ zidan \ OneDrive \ Documents \ Visual' is not recognized as a   internal or external command, an operable program or a batch file. '

I've already added an environment variable with this path and the error persists. Can anyone help me?

    
asked by anonymous 05.09.2017 / 15:16

1 answer

0

You must install SpecSync.MTM through Nuget. Or by command line:

Install-Package SpecSync.MTM -Version 1.6.0

Dlls are installed automatically by the package.

    
29.08.2018 / 15:32