When you run mongo.exe from the command line, it makes the .dbshell file in the working director, not in your user folder (e.g c:\Users\zippy or c:\Documents and Settings\zippy). Most ports of unix utilities write their dotfiles there, and this is expected behavior.
- duplicates
-
SERVER-3912 mongo shell creates a new .dbshell file in the current directory on windows(should be user's home directory?)
- Closed