We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c45fa commit d4537e9Copy full SHA for d4537e9
pages/common/dosbox.md
@@ -0,0 +1,24 @@
1
+# dosbox
2
+
3
+> MS-DOS emulator to run legacy DOS applications and games.
4
+> More information: <https://www.dosbox.com/wiki/Usage>.
5
6
+- Start DOSBox with default settings:
7
8
+`dosbox`
9
10
+- Run a DOS executable located at a specific path:
11
12
+`dosbox {{path/to/executable.exe}}`
13
14
+- Mount a folder as C: and run an executable:
15
16
+`dosbox {{path/to/executable.exe}} -c "MOUNT C {{path/to/folder}}"`
17
18
+- Start DOSBox in fullscreen mode:
19
20
+`dosbox -fullscreen`
21
22
+- Exit DOSBox automatically after running a program:
23
24
+`dosbox {{path/to/executable.exe}} -exit`
0 commit comments