Does Windows have an executable that I can run in the command shell which returns the version number of an executable (.exe) file?
I see a lot of questions that sho
This will give you only the file version:
wmic datafile where name='c:\\windows\\system32\\notepad.exe' get version
Result:
Version 6.1.7601.18917