CB32 1.2 sources
This commit is contained in:
parent
cf25bc7627
commit
fd87f89a19
100 changed files with 14543 additions and 0 deletions
14
CB32.reg
Normal file
14
CB32.reg
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
REGEDIT
|
||||
; This .REG file may be used by your SETUP program.
|
||||
; If a SETUP program is not available, the entries below will be
|
||||
; registered in your InitInstance automatically with a call to
|
||||
; CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
|
||||
|
||||
HKEY_CLASSES_ROOT\.cbd = CB32.Document
|
||||
HKEY_CLASSES_ROOT\CB32.Document\shell\open\command = CB32.EXE %1
|
||||
HKEY_CLASSES_ROOT\CB32.Document\shell\open\ddeexec = [open("%1")]
|
||||
HKEY_CLASSES_ROOT\CB32.Document\shell\open\ddeexec\application = CB32
|
||||
; note: the application is optional
|
||||
; (it defaults to the app name in "command")
|
||||
|
||||
HKEY_CLASSES_ROOT\CB32.Document = CB32 Document
|
||||
Reference in a new issue