Rewritten December 2023
tab(-10, AG_OSVER); chr(127); Tab(-10,x) Syntax Notes
AG_OSVER (66) retrieves information about the current Windows or ATE client operating system, including its name, version, and release, plus the platform for which this copy of A-Shell was compiled.
This function has both a subroutine and a print tab implementation.
Parameters
None
Response
osname, osver, osrel, asplatform CR
Example
map1 osname, s,16
map1 osver,s,20
map1 osrel,s,20
map1 asplatform,s,20
? tab(-10,AG_OSVER); chr(127);
input "", osname, osver, osrel, asplatform
? os'name ! "Win10/64"
? os'ver ! ""
? os'rel ! 22621
? as'platform ! Windows/32
See Also
• | MX_OSVER for more infomation |