Skip to content

Instantly share code, notes, and snippets.

@mika76
Created July 9, 2014 13:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mika76/ddacc9a1c124cdb43f4c to your computer and use it in GitHub Desktop.
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\""
@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