@@ -10,7 +10,7 @@ content: |
10
10
Invoke the following command in the :guilabel:`Command Interpreter`
11
11
to create these directories:
12
12
13
- .. code-block:: powershell
13
+ .. code-block:: bat
14
14
15
15
md "\data\db" "\data\log"
16
16
@@ -30,7 +30,7 @@ content: |
30
30
31
31
From the :guilabel:`Command Interpreter`:
32
32
33
- .. code-block:: powershell
33
+ .. code-block:: bat
34
34
35
35
"C:\Program Files\MongoDB\Server\{+version+}\bin\mongod.exe" --dbpath="c:\data\db" --logpath c:\data\log\mongod.log
36
36
@@ -43,7 +43,7 @@ content: |
43
43
If your path includes spaces, enclose the entire path in double
44
44
quotes:
45
45
46
- .. code-block:: powershell
46
+ .. code-block:: bat
47
47
48
48
"C:\Program Files\MongoDB\Server\{+version+}\bin\mongod.exe" --dbpath "d:\test\mongo db data"
49
49
@@ -75,10 +75,10 @@ stepnum: 3
75
75
ref : connect
76
76
content : |
77
77
To connect to MongoDB through the
78
- :binary:`mongo.exe <~ bin.mongo>` shell, open another
78
+ :binary:`mongo.exe <bin.mongo>` shell, open another
79
79
:guilabel:`Command Interpreter`.
80
80
81
- .. code-block:: powershell
81
+ .. code-block:: bat
82
82
83
83
"C:\Program Files\MongoDB\Server\{+version+}\bin\mongo.exe"
84
84
0 commit comments