# AG\_OSVER _Rewritten December 2023_ **tab(-10, AG\_OSVER); chr(127);** [Tab(-10,x) Syntax Notes](ag_xxx_syntax-notes.md) 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](subroutine-print-pairs.md). **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](mx_osver.md)[xs](keyword-types.md) for more infomation