I have that script in batch file:
cd C:\TESTS\front-tests
call git pull
cd C:\TEST\front-tests\AutoApp\bin\debug
start AutoApp.exe
And git pull do not work because I can not change directory. Here is the result image:
I do not know from where do the strange symbols, before cd command, come from.
Any ideas?