As the title says, how can I use the registry to specify with what program a file should automatically be opened with ?
This is a discussion on Register a file to be automatically opened with a specific program within the Windows Programming forums, part of the Platform Specific Boards category; As the title says, how can I use the registry to specify with what program a file should automatically be ...
As the title says, how can I use the registry to specify with what program a file should automatically be opened with ?
http://www.google.com/search?q=register+file+type
HKEY_CLASSES_ROOT\.XXX\Default = "YOURFILETYPE"
HKEY_CLASSES_ROOT\YOURFILETYPE\Shell\Open\Command\ Default = "C:\YOURAPPLICATION.EXE %1"
╔╗╔╦══╦╗╔╦══╦╗
║╚╝║╔╗║╚╝║╔╗║║
║╔╗║╠╣║╔╗║╠╣╠╣
╚╝╚╩╝╚╩╝╚╩╝╚╩╝
codez http://code.google.com/p/zxcvbn/