Possible Duplicate:
Associate a File Type with a Specific Program
how to force any *.sdf file to open with My program?
for example: every *.sdf file will open with this program: D:\MyProg.exe
I need any registry value for this.
how to do it?
how to force any for example: every I need any registry value for this. how to do it? |
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Here is the needed registry entries. you can save it as a .reg file (for example sdef_associate.reg) and use the command line tool reg (build in windows) to import it for example: REG IMPORT sdef_associate.reg
|
|||
|