- Jan
- 723
- 16
We have "now" a ver command which displays the full osbuild variable, like:
We have already the internal _osbuild variable which displays the major osbuild variable:
It would be sensefully to have also a internal variable which display the minor part of the variable too, like:
And last but not least also a internal variable to display the full osbuild, 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