Skip to content

Instantly share code, notes, and snippets.

View jackiehanlon's full-sized avatar
💭
Controls Engineer

Jacqueline Hanlon jackiehanlon

💭
Controls Engineer
View GitHub Profile
@mika76
mika76 / OpenWithDosbox.reg
Created July 9, 2014 13:08
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\""