Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions pages/common/dosbox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# dosbox

> MS-DOS emulator to run legacy DOS applications and games.
> More information: <https://www.dosbox.com/wiki/Usage>.
- Start DOSBox with default settings:

`dosbox`

- Run a DOS executable located at a specific path:

`dosbox {{path/to/executable.exe}}`

- Mount a folder as C: and run an executable:

`dosbox {{path/to/executable.exe}} -c "MOUNT C {{path/to/folder}}"`

- Start DOSBox in fullscreen mode:

`dosbox -fullscreen`

- Exit DOSBox automatically after running a program:

`dosbox {{path/to/executable.exe}} -exit`