This repository has been archived on 2024-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ContactBook/CB32.reg
2024-03-20 09:28:18 -05:00

14 lines
664 B
Reg

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