How to fix '.' is not an internal or external command error

前端 未结 4 1686
失恋的感觉
失恋的感觉 2020-11-27 19:03

I have followed few links to try and solve this issue, such as link1 , where they have asked to me include the path of the exe in the environment variables. This is the foll

4条回答
  •  -上瘾入骨i
    2020-11-27 19:22

    This error comes when using the following command in Windows. You can simply run the following command by removing the dot '.' and the slash '/'.

    Instead of writing:

    D:\Gesture Recognition\Gesture Recognition\Debug>./"Gesture Recognition.exe"

    Write:

    D:\Gesture Recognition\Gesture Recognition\Debug>"Gesture Recognition.exe"

提交回复
热议问题