Cant change default program for opening custom files












0














I have compiled a C++ program that reads custom .lang files. Right now, the program prompts the user asking to enter the file and it opens.



I want the program to run when a file with the extension .lang is clicked. I have set the exe to be able to open .lang files with the Command Prompt. I am then trying to set the default program for .lang to this exe, but it does not change, but does not show any errors.



A link to the default extension im setting










share|improve this question
























  • Could you please share some part of the code .
    – abhi312
    Nov 21 at 5:04










  • Right now i just want the exe to run when a file with the .lang extension is clicked, will you still need to look at the code? its quite a large file
    – Mezza Man
    Nov 21 at 5:07










  • I have set the exe to be able to open .lang files with the Command Prompt. how? And how did you manage to get two identical extensions (.lang x 2) into that list in the picture?
    – Swordfish
    Nov 21 at 5:22












  • Read MSDN's documentation: Implementing a Custom File Format, in particular Registering a File Type
    – Remy Lebeau
    Nov 21 at 5:26










  • Im not really sure at all how i got 2. To set the exe to be able to open .lang files, i use the command prompt command assoc .lang=C:UsersPCDocumentsVisual Studio 2017ProjectsCPlusPlusProjectDebugCPlusPlusProject.exe
    – Mezza Man
    Nov 21 at 5:26
















0














I have compiled a C++ program that reads custom .lang files. Right now, the program prompts the user asking to enter the file and it opens.



I want the program to run when a file with the extension .lang is clicked. I have set the exe to be able to open .lang files with the Command Prompt. I am then trying to set the default program for .lang to this exe, but it does not change, but does not show any errors.



A link to the default extension im setting










share|improve this question
























  • Could you please share some part of the code .
    – abhi312
    Nov 21 at 5:04










  • Right now i just want the exe to run when a file with the .lang extension is clicked, will you still need to look at the code? its quite a large file
    – Mezza Man
    Nov 21 at 5:07










  • I have set the exe to be able to open .lang files with the Command Prompt. how? And how did you manage to get two identical extensions (.lang x 2) into that list in the picture?
    – Swordfish
    Nov 21 at 5:22












  • Read MSDN's documentation: Implementing a Custom File Format, in particular Registering a File Type
    – Remy Lebeau
    Nov 21 at 5:26










  • Im not really sure at all how i got 2. To set the exe to be able to open .lang files, i use the command prompt command assoc .lang=C:UsersPCDocumentsVisual Studio 2017ProjectsCPlusPlusProjectDebugCPlusPlusProject.exe
    – Mezza Man
    Nov 21 at 5:26














0












0








0







I have compiled a C++ program that reads custom .lang files. Right now, the program prompts the user asking to enter the file and it opens.



I want the program to run when a file with the extension .lang is clicked. I have set the exe to be able to open .lang files with the Command Prompt. I am then trying to set the default program for .lang to this exe, but it does not change, but does not show any errors.



A link to the default extension im setting










share|improve this question















I have compiled a C++ program that reads custom .lang files. Right now, the program prompts the user asking to enter the file and it opens.



I want the program to run when a file with the extension .lang is clicked. I have set the exe to be able to open .lang files with the Command Prompt. I am then trying to set the default program for .lang to this exe, but it does not change, but does not show any errors.



A link to the default extension im setting







c++ exe default-programs






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 21 at 5:22









Remy Lebeau

330k18251442




330k18251442










asked Nov 21 at 5:01









Mezza Man

93




93












  • Could you please share some part of the code .
    – abhi312
    Nov 21 at 5:04










  • Right now i just want the exe to run when a file with the .lang extension is clicked, will you still need to look at the code? its quite a large file
    – Mezza Man
    Nov 21 at 5:07










  • I have set the exe to be able to open .lang files with the Command Prompt. how? And how did you manage to get two identical extensions (.lang x 2) into that list in the picture?
    – Swordfish
    Nov 21 at 5:22












  • Read MSDN's documentation: Implementing a Custom File Format, in particular Registering a File Type
    – Remy Lebeau
    Nov 21 at 5:26










  • Im not really sure at all how i got 2. To set the exe to be able to open .lang files, i use the command prompt command assoc .lang=C:UsersPCDocumentsVisual Studio 2017ProjectsCPlusPlusProjectDebugCPlusPlusProject.exe
    – Mezza Man
    Nov 21 at 5:26


















  • Could you please share some part of the code .
    – abhi312
    Nov 21 at 5:04










  • Right now i just want the exe to run when a file with the .lang extension is clicked, will you still need to look at the code? its quite a large file
    – Mezza Man
    Nov 21 at 5:07










  • I have set the exe to be able to open .lang files with the Command Prompt. how? And how did you manage to get two identical extensions (.lang x 2) into that list in the picture?
    – Swordfish
    Nov 21 at 5:22












  • Read MSDN's documentation: Implementing a Custom File Format, in particular Registering a File Type
    – Remy Lebeau
    Nov 21 at 5:26










  • Im not really sure at all how i got 2. To set the exe to be able to open .lang files, i use the command prompt command assoc .lang=C:UsersPCDocumentsVisual Studio 2017ProjectsCPlusPlusProjectDebugCPlusPlusProject.exe
    – Mezza Man
    Nov 21 at 5:26
















Could you please share some part of the code .
– abhi312
Nov 21 at 5:04




Could you please share some part of the code .
– abhi312
Nov 21 at 5:04












Right now i just want the exe to run when a file with the .lang extension is clicked, will you still need to look at the code? its quite a large file
– Mezza Man
Nov 21 at 5:07




Right now i just want the exe to run when a file with the .lang extension is clicked, will you still need to look at the code? its quite a large file
– Mezza Man
Nov 21 at 5:07












I have set the exe to be able to open .lang files with the Command Prompt. how? And how did you manage to get two identical extensions (.lang x 2) into that list in the picture?
– Swordfish
Nov 21 at 5:22






I have set the exe to be able to open .lang files with the Command Prompt. how? And how did you manage to get two identical extensions (.lang x 2) into that list in the picture?
– Swordfish
Nov 21 at 5:22














Read MSDN's documentation: Implementing a Custom File Format, in particular Registering a File Type
– Remy Lebeau
Nov 21 at 5:26




Read MSDN's documentation: Implementing a Custom File Format, in particular Registering a File Type
– Remy Lebeau
Nov 21 at 5:26












Im not really sure at all how i got 2. To set the exe to be able to open .lang files, i use the command prompt command assoc .lang=C:UsersPCDocumentsVisual Studio 2017ProjectsCPlusPlusProjectDebugCPlusPlusProject.exe
– Mezza Man
Nov 21 at 5:26




Im not really sure at all how i got 2. To set the exe to be able to open .lang files, i use the command prompt command assoc .lang=C:UsersPCDocumentsVisual Studio 2017ProjectsCPlusPlusProjectDebugCPlusPlusProject.exe
– Mezza Man
Nov 21 at 5:26

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53405533%2fcant-change-default-program-for-opening-custom-files%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53405533%2fcant-change-default-program-for-opening-custom-files%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Feedback on college project

Futebolista

Albești (Vaslui)