How to run Windows SDK Command Prompt from command line?

2

1

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?

Dims

Posted 2015-04-29T17:11:51.073

Reputation: 8 464

Why do you need this? what do you want to do? – magicandre1981 – 2015-04-29T17:40:11.320

Answers

2

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.

Wes Sayeed

Posted 2015-04-29T17:11:51.073

Reputation: 12 024

So, what to do? – Dims – 2015-04-29T17:34:07.690

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 – 2015-04-29T17:43:03.520

1

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"

wojjas

Posted 2015-04-29T17:11:51.073

Reputation: 111

Where does the OP ask about running as "Administrator"? – DavidPostill – 2015-11-17T15:27:10.240

Sorry, my bad. OP doesn't ask that. – wojjas – 2015-11-17T23:33:03.470