MSI Factory 2.3

System.GetOSName

System.GetOSName

This is the first topic This is the last topic  

System.GetOSName

This is the first topic This is the last topic  

OverviewExamples

string System.GetOSName (

)

Example 1

OS_Name = System.GetOSName();

Get's the name of the OS the user is running and stores the string in the variable "OS_Name."

Example 2

-- Get the name of the OS.

os_name = System.GetOSName();

 

-- Display the name of the OS in a dialog.

Dialog.Message("Information", "Your operating system is "..os_name..".", MB_OK, MB_ICONINFORMATION);

Get's the name of the OS the user is running and displays it in a dialog message.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us