From 1409b22111290b24c893cd63ecc5abb874b92847 Mon Sep 17 00:00:00 2001 From: swastim01 Date: Sat, 4 Oct 2025 14:53:36 +0530 Subject: [PATCH 1/3] dosbox: add page with usage examples --- pages/common/dosbox.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/dosbox.md diff --git a/pages/common/dosbox.md b/pages/common/dosbox.md new file mode 100644 index 00000000000000..4d2cb11ab7a308 --- /dev/null +++ b/pages/common/dosbox.md @@ -0,0 +1,24 @@ +# dosbox + +> MS-DOS emulator to run legacy DOS applications and games. +> More information: . + +- 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` From a3317dd43264f778316f74e687d6eaeef1e9f68d Mon Sep 17 00:00:00 2001 From: Swasti Mishra <140950062+swastim01@users.noreply.github.com> Date: Sat, 4 Oct 2025 15:26:06 +0530 Subject: [PATCH 2/3] Update pages/common/dosbox.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/dosbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/dosbox.md b/pages/common/dosbox.md index 4d2cb11ab7a308..d45c3ecd4461dc 100644 --- a/pages/common/dosbox.md +++ b/pages/common/dosbox.md @@ -13,7 +13,7 @@ - Mount a folder as C: and run an executable: -`dosbox {{path/to/executable.exe}} -c "MOUNT C {{path/to/folder}}"` +`dosbox -c "MOUNT C {{path/to/folder}} {{path/to/executable.exe}}"` - Start DOSBox in fullscreen mode: From 9c20ee48945138eeeb4854cc55ccae1ca4abb3bd Mon Sep 17 00:00:00 2001 From: Swasti Mishra <140950062+swastim01@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:27:53 +0530 Subject: [PATCH 3/3] Update pages/common/dosbox.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/dosbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/dosbox.md b/pages/common/dosbox.md index d45c3ecd4461dc..4d2cb11ab7a308 100644 --- a/pages/common/dosbox.md +++ b/pages/common/dosbox.md @@ -13,7 +13,7 @@ - Mount a folder as C: and run an executable: -`dosbox -c "MOUNT C {{path/to/folder}} {{path/to/executable.exe}}"` +`dosbox {{path/to/executable.exe}} -c "MOUNT C {{path/to/folder}}"` - Start DOSBox in fullscreen mode: