K
Karthik.R
Hi Techies,
During my application installation I am setting registry entry to open our
custom file extension ".tes" in our application "testapp.exe"
..tes <Default> REG_SZ teststart
teststart
Shell
Open
Command <Default> REG_SZ
"C:\\test\testapp.exe" "%1"
When several files of ".tes" are selected and clicked open, this tries to
open each file in each instance of our application. I would like all to open
in a single application. How can I achieve this by adding registry entry.
Please tell me the complete procedure. Should this be used as
"REG_MULTI_SZ"??
Regards,
Karthik.
During my application installation I am setting registry entry to open our
custom file extension ".tes" in our application "testapp.exe"
..tes <Default> REG_SZ teststart
teststart
Shell
Open
Command <Default> REG_SZ
"C:\\test\testapp.exe" "%1"
When several files of ".tes" are selected and clicked open, this tries to
open each file in each instance of our application. I would like all to open
in a single application. How can I achieve this by adding registry entry.
Please tell me the complete procedure. Should this be used as
"REG_MULTI_SZ"??
Regards,
Karthik.