Done Suggestion for full osbuild internal variable

Jan 12, 2014
530
11
Switzerland, SO
We have "now" a ver command which displays the full osbuild variable, like:
Code:
ver
Microsoft Windows [Version 10.0.18363.628]


We have already the internal _osbuild variable which displays the major osbuild variable:
Code:
echo %_osbuild
18363


It would be sensefully to have also a internal variable which display the minor part of the variable too, like:
Code:
echo %_osbuildminor
628


And last but not least also a internal variable to display the full osbuild, like:
Code:
echo %_osbuildfull
18363.628
 
I hate the proliferation of "features" just for the sake of being able to spare a few letters.

Why not have %_osbuild display the full build info, and you can easily parse all else from that (using @%left, @right, or any other of those immensely useful string parsing parameters)?
 
  • Like
Reactions: Alpengreis

Similar threads