How to run Windows SDK Command Prompt from command line?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have instruction to run
Select Start --> All Programs --> Microsoft Windows SDK v7.1 and open
Windows SDK 7.1 Command Prompt.
which is obsolete for Windows 8.1
I have installed something named "Windows Software Development Kit (SDK) for Windows 8.1" from here https://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx, but didn't get application icon mentionned.
How to find executable for SDK command prompt and run it from command line?
command-line windows-8.1 sdk
add a comment |
I have instruction to run
Select Start --> All Programs --> Microsoft Windows SDK v7.1 and open
Windows SDK 7.1 Command Prompt.
which is obsolete for Windows 8.1
I have installed something named "Windows Software Development Kit (SDK) for Windows 8.1" from here https://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx, but didn't get application icon mentionned.
How to find executable for SDK command prompt and run it from command line?
command-line windows-8.1 sdk
Why do you need this? what do you want to do?
– magicandre1981
Apr 29 '15 at 17:40
add a comment |
I have instruction to run
Select Start --> All Programs --> Microsoft Windows SDK v7.1 and open
Windows SDK 7.1 Command Prompt.
which is obsolete for Windows 8.1
I have installed something named "Windows Software Development Kit (SDK) for Windows 8.1" from here https://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx, but didn't get application icon mentionned.
How to find executable for SDK command prompt and run it from command line?
command-line windows-8.1 sdk
I have instruction to run
Select Start --> All Programs --> Microsoft Windows SDK v7.1 and open
Windows SDK 7.1 Command Prompt.
which is obsolete for Windows 8.1
I have installed something named "Windows Software Development Kit (SDK) for Windows 8.1" from here https://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx, but didn't get application icon mentionned.
How to find executable for SDK command prompt and run it from command line?
command-line windows-8.1 sdk
command-line windows-8.1 sdk
asked Apr 29 '15 at 17:11
DimsDims
3,18546113191
3,18546113191
Why do you need this? what do you want to do?
– magicandre1981
Apr 29 '15 at 17:40
add a comment |
Why do you need this? what do you want to do?
– magicandre1981
Apr 29 '15 at 17:40
Why do you need this? what do you want to do?
– magicandre1981
Apr 29 '15 at 17:40
Why do you need this? what do you want to do?
– magicandre1981
Apr 29 '15 at 17:40
add a comment |
2 Answers
2
active
oldest
votes
From this Microsoft web page...
The Windows SDK no longer ships with a complete command-line build environment. You must install a compiler and build environment separately.
Translating that from Microsoft-ese to English, that means "We would really love it if you would just buy Visual Studio 2013 now."
In recent years, Microsoft has moved away from the command prompt and Win32 development in favor of PowerShell and .NET.
So, what to do?
– Dims
Apr 29 '15 at 17:34
As the article states, you would have to install some other build environment. There are numerous free and paid ones, depending on what language you code in. Since the SDK is just a set of headers and libraries, it shouldn't be too difficult to integrate it into whatever IDE you choose.
– Wes Sayeed
Apr 29 '15 at 17:43
add a comment |
In Win8.1 hit the Windows-button and type "Windows SDK 7.1 Co..." (you are searching for it) until you see "Windows SDK 7.1 Command prompt" in the menu to the right. Right-click on it and choose "Run as administrator"
Where does the OP ask about running as "Administrator"?
– DavidPostill♦
Nov 17 '15 at 15:27
Sorry, my bad. OP doesn't ask that.
– wojjas
Nov 17 '15 at 23:33
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f907702%2fhow-to-run-windows-sdk-command-prompt-from-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
From this Microsoft web page...
The Windows SDK no longer ships with a complete command-line build environment. You must install a compiler and build environment separately.
Translating that from Microsoft-ese to English, that means "We would really love it if you would just buy Visual Studio 2013 now."
In recent years, Microsoft has moved away from the command prompt and Win32 development in favor of PowerShell and .NET.
So, what to do?
– Dims
Apr 29 '15 at 17:34
As the article states, you would have to install some other build environment. There are numerous free and paid ones, depending on what language you code in. Since the SDK is just a set of headers and libraries, it shouldn't be too difficult to integrate it into whatever IDE you choose.
– Wes Sayeed
Apr 29 '15 at 17:43
add a comment |
From this Microsoft web page...
The Windows SDK no longer ships with a complete command-line build environment. You must install a compiler and build environment separately.
Translating that from Microsoft-ese to English, that means "We would really love it if you would just buy Visual Studio 2013 now."
In recent years, Microsoft has moved away from the command prompt and Win32 development in favor of PowerShell and .NET.
So, what to do?
– Dims
Apr 29 '15 at 17:34
As the article states, you would have to install some other build environment. There are numerous free and paid ones, depending on what language you code in. Since the SDK is just a set of headers and libraries, it shouldn't be too difficult to integrate it into whatever IDE you choose.
– Wes Sayeed
Apr 29 '15 at 17:43
add a comment |
From this Microsoft web page...
The Windows SDK no longer ships with a complete command-line build environment. You must install a compiler and build environment separately.
Translating that from Microsoft-ese to English, that means "We would really love it if you would just buy Visual Studio 2013 now."
In recent years, Microsoft has moved away from the command prompt and Win32 development in favor of PowerShell and .NET.
From this Microsoft web page...
The Windows SDK no longer ships with a complete command-line build environment. You must install a compiler and build environment separately.
Translating that from Microsoft-ese to English, that means "We would really love it if you would just buy Visual Studio 2013 now."
In recent years, Microsoft has moved away from the command prompt and Win32 development in favor of PowerShell and .NET.
edited Apr 29 '15 at 17:28
answered Apr 29 '15 at 17:16
Wes SayeedWes Sayeed
10.9k42758
10.9k42758
So, what to do?
– Dims
Apr 29 '15 at 17:34
As the article states, you would have to install some other build environment. There are numerous free and paid ones, depending on what language you code in. Since the SDK is just a set of headers and libraries, it shouldn't be too difficult to integrate it into whatever IDE you choose.
– Wes Sayeed
Apr 29 '15 at 17:43
add a comment |
So, what to do?
– Dims
Apr 29 '15 at 17:34
As the article states, you would have to install some other build environment. There are numerous free and paid ones, depending on what language you code in. Since the SDK is just a set of headers and libraries, it shouldn't be too difficult to integrate it into whatever IDE you choose.
– Wes Sayeed
Apr 29 '15 at 17:43
So, what to do?
– Dims
Apr 29 '15 at 17:34
So, what to do?
– Dims
Apr 29 '15 at 17:34
As the article states, you would have to install some other build environment. There are numerous free and paid ones, depending on what language you code in. Since the SDK is just a set of headers and libraries, it shouldn't be too difficult to integrate it into whatever IDE you choose.
– Wes Sayeed
Apr 29 '15 at 17:43
As the article states, you would have to install some other build environment. There are numerous free and paid ones, depending on what language you code in. Since the SDK is just a set of headers and libraries, it shouldn't be too difficult to integrate it into whatever IDE you choose.
– Wes Sayeed
Apr 29 '15 at 17:43
add a comment |
In Win8.1 hit the Windows-button and type "Windows SDK 7.1 Co..." (you are searching for it) until you see "Windows SDK 7.1 Command prompt" in the menu to the right. Right-click on it and choose "Run as administrator"
Where does the OP ask about running as "Administrator"?
– DavidPostill♦
Nov 17 '15 at 15:27
Sorry, my bad. OP doesn't ask that.
– wojjas
Nov 17 '15 at 23:33
add a comment |
In Win8.1 hit the Windows-button and type "Windows SDK 7.1 Co..." (you are searching for it) until you see "Windows SDK 7.1 Command prompt" in the menu to the right. Right-click on it and choose "Run as administrator"
Where does the OP ask about running as "Administrator"?
– DavidPostill♦
Nov 17 '15 at 15:27
Sorry, my bad. OP doesn't ask that.
– wojjas
Nov 17 '15 at 23:33
add a comment |
In Win8.1 hit the Windows-button and type "Windows SDK 7.1 Co..." (you are searching for it) until you see "Windows SDK 7.1 Command prompt" in the menu to the right. Right-click on it and choose "Run as administrator"
In Win8.1 hit the Windows-button and type "Windows SDK 7.1 Co..." (you are searching for it) until you see "Windows SDK 7.1 Command prompt" in the menu to the right. Right-click on it and choose "Run as administrator"
answered Nov 17 '15 at 10:17
wojjaswojjas
1111
1111
Where does the OP ask about running as "Administrator"?
– DavidPostill♦
Nov 17 '15 at 15:27
Sorry, my bad. OP doesn't ask that.
– wojjas
Nov 17 '15 at 23:33
add a comment |
Where does the OP ask about running as "Administrator"?
– DavidPostill♦
Nov 17 '15 at 15:27
Sorry, my bad. OP doesn't ask that.
– wojjas
Nov 17 '15 at 23:33
Where does the OP ask about running as "Administrator"?
– DavidPostill♦
Nov 17 '15 at 15:27
Where does the OP ask about running as "Administrator"?
– DavidPostill♦
Nov 17 '15 at 15:27
Sorry, my bad. OP doesn't ask that.
– wojjas
Nov 17 '15 at 23:33
Sorry, my bad. OP doesn't ask that.
– wojjas
Nov 17 '15 at 23:33
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f907702%2fhow-to-run-windows-sdk-command-prompt-from-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Why do you need this? what do you want to do?
– magicandre1981
Apr 29 '15 at 17:40