Skip to content

Commit d4537e9

Browse files
swastim01Managor
andauthored
dosbox: add page (#18383)
Co-authored-by: Managor <[email protected]>
1 parent 41c45fa commit d4537e9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pages/common/dosbox.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)