Skip to content

Instantly share code, notes, and snippets.

View harshbaid's full-sized avatar

Harsh Baid harshbaid

View GitHub Profile
@harshbaid
harshbaid / install.mongodb.service.bat
Created June 20, 2017 22:15
Install MongoDB as Windows Service
mongod --dbpath=D:\mongodb --logpath=D:\mongodb\log.txt --install
REM Reference link: <http://stackoverflow.com/questions/2438055/how-to-run-mongodb-as-windows-service>