Name =  terminal .name .get  (  )  
                           
Description :

This instruction returns the name of the operating system currently running the script.

Return Value :

  • Operating system name : "Operating System Name (MM.mm)" : " Windows 2000 (5.0)"
         MM : A 1 or 2 digits of the major version of the operating system.
         mm : A 1 or 2 digits of the minor version of the operating system.

Examples :