Hello. This post is about version of cmd.exe. Knowing the version of cmd.exe you can know of which version of windows is.
Windows XP Professional (x86) Version 2002:
Original, Service Pack 1a: 5.1.2600.0
Service Pack 2: 5.1.2600.2180
Service Pack 3: 5.1.2600.5512
Windows XP Professional x64 Edition Version 2003:
Service Pack 1: 5.2.3790.1830
Service Pack 2: 5.2.3790.3959
cmd.exe versions
Moderator: DosItHelp
Re: cmd.exe versions
Can you do it by knowing the time/date and size of cmd.exe as well?
Re: cmd.exe versions
I can only add windows 8.1 enterprice version:
6.3.9600.16384
but i think VER output is more easier for checking. Also its not so easy to get the version of a binary. It can be done with MAKECAB ,WMIC and FILEVER from some of the toolkits ( so only MAKECAB method is universal)
6.3.9600.16384
but i think VER output is more easier for checking. Also its not so easy to get the version of a binary. It can be done with MAKECAB ,WMIC and FILEVER from some of the toolkits ( so only MAKECAB method is universal)
Re: cmd.exe versions
@foxidrive: the size of the files are variable.
For example the version 5.1.2600.5512 in the version in windows english native is 380 KB and the japanase native version is 475 KB, maybe this happen because it have different text message for help for example.
@npocmaka: thanks. the version are with you see the properties of the cmd.exe file
Also the versions for Windows XP Professional x64 Edition maybe are the same that Windows 2003 Server, because is based on it.
For example the version 5.1.2600.5512 in the version in windows english native is 380 KB and the japanase native version is 475 KB, maybe this happen because it have different text message for help for example.
@npocmaka: thanks. the version are with you see the properties of the cmd.exe file
Also the versions for Windows XP Professional x64 Edition maybe are the same that Windows 2003 Server, because is based on it.
Last edited by carlos on 18 May 2014 01:41, edited 1 time in total.
Re: cmd.exe versions
carlos wrote:@foxidrive: the size of the files are variable.
For example the version 5.1.2600.5512 in the version in windows english native is 380 KB and the japanase native version is 475 KB, maybe this happen because it have different text message for help for example.
Ahh yes, that is quite likely. Thanks for looking.
Re: cmd.exe versions
carlos wrote:
@npocmaka: thanks. the version are with you see the properties of the cmd.exe file
I mean it's not so easy to get the version from command line -> http://stackoverflow.com/questions/1706 ... a/19830679