Command Prompt Error 'C:\Program' is not recognized as an internal or external command, operable program or batch file

前端 未结 8 835
迷失自我
迷失自我 2020-12-01 07:04

I am trying to run the following batch command. The command has been extracted from the IDE so is confirmed working. Getting the error mentioned below.

I have tried

8条回答
  •  误落风尘
    2020-12-01 07:46

    try put cd before the file path

    example:

    C:\Users\user>cd C:\Program Files\MongoDB\Server\4.4\bin

提交回复
热议问题