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?
| ||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
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
| |||
feedback
|