snippetbashTip
dosbox — MS-DOS emulator to run legacy DOS applications and games. More information: <https://www.dosbox.com/
Viewed 0 times
legacydoscommandrundosboxcliemulator
Problem
How to use the
dosbox command: MS-DOS emulator to run legacy DOS applications and games. More information: <https://www.dosbox.com/wiki/Usage>.Solution
dosbox — MS-DOS emulator to run legacy DOS applications and games. More information: <https://www.dosbox.com/wiki/Usage>.Start DOSBox with default settings:
dosboxRun 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 -fullscreenExit DOSBox automatically after running a program:
dosbox {{path/to/executable.exe}} -exitCode Snippets
Start DOSBox with default settings
dosboxRun 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 -fullscreenExit DOSBox automatically after running a program
dosbox {{path/to/executable.exe}} -exitContext
tldr-pages: common/dosbox
Revisions (0)
No revisions yet.