Windows – How to run Windows SDK Command Prompt from command line

command linesdkwindows 8.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?

Best Answer

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.