home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / ClapSE / data1.cab / Program_Executable_Files / ClapSE.reg < prev    next >
Windows Registry Data  |  2000-01-02  |  1KB  |  20 lines

  1. REGEDIT
  2. ; This .REG file may be used by your SETUP program.
  3. ;   If a SETUP program is not available, the entries below will be
  4. ;   registered in your InitInstance automatically with a call to
  5. ;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
  6.  
  7. HKEY_CLASSES_ROOT\.crp = ClapSE.Document
  8. HKEY_CLASSES_ROOT\ClapSE.Document\shell\open\command = CLAPSE.EXE %1
  9. HKEY_CLASSES_ROOT\ClapSE.Document\shell\open\ddeexec = [open("%1")]
  10. HKEY_CLASSES_ROOT\ClapSE.Document\shell\open\ddeexec\application = CLAPSE
  11.     ; note: the application is optional
  12.     ;  (it defaults to the app name in "command")
  13.  
  14. HKEY_CLASSES_ROOT\ClapSE.Document = ClapSE Document
  15. HKEY_CLASSES_ROOT\ClapSE.Document\CLSID = {515C5723-2FC3-11D2-A8C9-444553540000}
  16.  
  17. HKEY_CLASSES_ROOT\CLSID\{515C5723-2FC3-11D2-A8C9-444553540000} = ClapSE Document
  18. HKEY_CLASSES_ROOT\CLSID\{515C5723-2FC3-11D2-A8C9-444553540000}\ProgId = ClapSE.Document
  19. HKEY_CLASSES_ROOT\CLSID\{515C5723-2FC3-11D2-A8C9-444553540000}\LocalServer32 = CLAPSE.EXE
  20.