I have installed mongodb ans Studio 3T on windows 10, 64 bit system but when I run
mongod --auth --dbpath C:\data\db --storageEngine wiredTiger
this command, it says 'mongod' is not recognized as an internal or external command, operable program or batch file.
I am not sure why this error comes even mongo.exe and mongod.exe is available under "C:\Program Files\MongoDB\Server\3.0\bin" folder
Please help.