Detect what Operating System (OS) is Being Used

  • Konuyu başlatan Konuyu başlatan guclusat
  • Başlangıç Tarihi Başlangıç Tarihi

guclusat

Tanınmış Üye
Süper Moderatör
Detect what Operating System (OS) is Being Used
AutoPlay Media includes an action to detect what OS the user is running:

  1. Add the following script to any event in your application to store the user's OS version in a variable OS_Name:
Kod:
OS_Name = "OS Name: " .. System.GetOSName();

Note: AutoPlay has another built in function: System.GetOsVersionInfo(), which returns the version information of the user's operating system in a table.
 
Geri
Yukarı