Here is my mongod.cfg file:
mongod.cfg
bind_ip = 127.0.0.1 dbpath = C:\\mongodb\\data\\db logpath = C:\\mongodb\\log\\mongo-server.log verbose=v
The problem is that I missed out 'db' folder for the dbpath in the command:
C:\mongodb\bin> mongod --directoryperdb --dbpath C:\mongodb\data\db --logpath C:\mongodb\log\mongodb.log --logappend -rest --install