DOSBox in drive and directory context menu

this tweak will add and entry "DOSBox" into the context menu of drives and directories (in explorer) which opens a new cmd shell and changes automatically to the drive resp. directory
» Example Registry Tweak
; DOSBox in drive and directory context menu
[HKEY_CLASSES_ROOT\Directory\shell\DOSBox]
@="DOSBox"

[HKEY_CLASSES_ROOT\Directory\shell\DOSBox\command]
@="CMD /w cd \"%1\""

[HKEY_CLASSES_ROOT\Drive\shell\DOSBox]
@="DOSBox"

[HKEY_CLASSES_ROOT\Drive\shell\DOSBox\command]
@="CMD /w cd \"%1\""

Submitted by Unknown.
Last updated 2006-02-26 18:42:01 by Unknown