12345678910111213 |
- 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\.mf1 = mfc1.Document
- HKEY_CLASSES_ROOT\mfc1.Document\shell\open\command = mfc1.EXE %1
- HKEY_CLASSES_ROOT\mfc1.Document\shell\open\ddeexec = [open("%1")]
- HKEY_CLASSES_ROOT\mfc1.Document\shell\open\ddeexec\application = mfc1
- ; note: the application is optional
- ; (it defaults to the app name in "command")
- HKEY_CLASSES_ROOT\mfc1.Document = mfc1.Document
|