Have you installed MongoDB as a service?? If not then please install MongoDB as a windows service. Things will work fine.
mongod --dbpath "c:\mymongodb" --logpath "c:\mymongodb\logs.txt" --install --serviceName "MongoDB"
Make sure you are either inside the bin on MongoDB installation folder or bin is added to the PATH.