Question Sharafath Fazil · Jan 14, 2021

How Get OS Verison

How to get the computers OS version

Comments

Julius Kavay · Jan 14, 2021

See ##class(%SYSTEM.Version).GetOS() and other methods

0
Julius Kavay  Jan 14, 2021 to Julius Kavay

By the way, the above method returns the OS, Cache or IRIS was built for.

Because you can only install a product (Cache or IRIS) on a OS for which the product was built, so the above method returns the OS where your product  runs.

0