I am new to mongo, and I am trying to install mongo on my windows system. I am following THIS tutorial, but when I do
mongo
C:\\mongodb\\bin\\mongod.
Also faced the same issue in windows. if --dbpath directory path does not contain spaces, do not include quotes. Removing quotes, when the path does not have space, resolved the issue.