Skip to content

Instantly share code, notes, and snippets.

@mika76
Created July 9, 2014 13:08
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mika76/ddacc9a1c124cdb43f4c to your computer and use it in GitHub Desktop.
Add "Open with dosbox" option to folders in windows
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Open with Dosbox]
"Icon"="C:\\Program Files (x86)\\DOSBox-0.74\\DOSBox.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\Open with Dosbox\command]
@="C:\\Program Files (x86)\\DOSBox-0.74\\DOSBox.exe \"%1\""
@mika76
Copy link
Author

mika76 commented Jul 9, 2014

Make sure the path to Dosbox is correct. On 32 bit systems, there will be no " (x86)"

@jackiehanlon
Copy link

Exactly what I needed, thanks for uploading this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment