Hello,
I wanna suggest to add the $osbuild,$osbits,$ossp,$osreg identifiers to return some windows extra informations check the examples.
e.g:
//echo -a is: $osbuild
($osbuild will return my windows build version)
is: 7601
//echo -a is: $osbits
($osbits will return my windows bits x32 or x64)
is: 64
//echo -a is: $ossp
($ossp will return my windows service pack if i have not will return $false)
is: sp1
//echo -a is: $osreg
($osreg will return the Windows registration name that i have)
is: DHMHTRHS-PC
NOTE: i know that these identifiers i can get them with an mirc code but also the $os i can get it with a code that does not mean something
just i suggest them to make the mirc be more easy for scripting and for more extra windows informations.
- Thanks!